Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about github-api-v3

Read more about github-api-v3

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)

Questions - github-api-v3

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...
test-img

Thangakumar D

rest

github

github-api

github-api-v3

Votes: 0

Answers: 1

Latest Answer

You can see that it is not merged because you got a 404. In the documentation that you linked to: Response if pull request has been merged Status: 204 No Content Not Found if pull request has not be...
test-img

Edward Thomson

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: ...
test-img

Siddharth Bhansali

github

postman

github-api-v3

Votes: 0

Answers: 1

Latest Answer

It seems that your personal access token does not have the required OAuth scopes to access the information provided on the /issues endpoint. Somehow GitHub requires at least the public_repo scope to g...
test-img

Matt

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved