I use the Github API to get my open pull requests. Now I also want to add the labels attached to my view. How can I get them?
Thats the URL I use got GET the data so far:
url = 'https://api.github.com/repos/' + name_repository + '/pulls?access_token=' + TOKEN;