We are creating a node application where we get problems for a specific authenticated user from the Github API endpoint api.github.com/user/issues.
This does not work, and when we test the Github API endpoint in postman ( https://www.getpostman.com/ ), we get the same message:
{
"message": "Not Found",
"documentation_url": "https://developer.github.com/v3"
}
If anyone has experience using this endpoint, we will be very grateful for your help.
source
share