issue
Get an issue
get/repos/{owner}/{repo}/issues/{index}
Path parameters
ownerstring required
owner of the repo
repostring required
name of the repo
indexinteger required
index of the issue to get
Response
Issue
Example response
{
"labels": [
{
"color": "00aabb"
}
]
}