Api ReferenceEndpointList issues
List issues
Lists issues for a repository.
GET
/repos/{owner}/{repo}/issuesLists issues for a repository.
Path Parameters
ownerstringpathrequired
repostringpathrequired
Query Parameters
statestringqueryopen | closed | all
labelsstringquery
Comma-separated label names
pageintegerquery
per_pageintegerquery
Responses
200List of issues
array
curl -X GET "https://drok.us/api/v1/repos/:owner/:repo/issues?state=open&labels=string" \
-H "Authorization: Bearer $DROK_TOKEN"