python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Get GitHub User by ObjectID from SCIM (Azure AD)
I have a Github App and I would like to look up a Github User. We have our organization connected to our corporate Azure AD.
Is it possible to find a Github User based on an ObjectId or UPN from Azure...
Casper Jensen
Votes: 0
Answers: 1
How can i get the logs of git using github API
I referred to many documents to get the logs of GitHub using GitHub API. But I couldn't find the way. I want to get the logs of GitHub events(commit, changes, etc..) and send them to cloudwatch. How c...
jayaprakash R
Votes: 0
Answers: 0
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