python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
GET /repos/{owner}/{repo}/pulls/{pull_number}/merge returns 404
Request
curl --location --request GET 'https://api.github.com/repos/gittestapi123/DataStructure/pulls/1/files' \
Above GET API returns 200 OK
Reponse
{
"sha": "9f4b6d8bfeaf4...

Thangakumar D
Votes: 0
Answers: 1
GitHub Issues Rest API returns 404
I am trying to access the issues assigned to a user (me, in this case) using GitHub's Rest API: GitHub Issues API
I am just using Postman.
What I have done:
URL: https://api.github.com/issues
Method: ...

Siddharth Bhansali
Votes: 0
Answers: 1