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)
GitHub Graph QL Authentication via a Github App
I am just wondering, did anyone manage to authenticate into the Github GraphQL API with using a Github App and how?
The purpose of this is to write a script that pulls information from Github with the...
Petra Vukmirovic
Votes: 0
Answers: 1
How to use go-vcr with githubv4 ? - getting httpClient Transport
Looking at the set up for go-vcr
// Start our recorder
r, err := recorder.New("fixtures/etcd")
if err != nil {
log.Fatal(err)
}
defer r.Stop() // Make sure recorder i...
mcbain83
Votes: 0
Answers: 1
Does Github GraphQL return commit parents in a particular order?
According to the documentation (https://docs.github.com/en/graphql/reference/objects#commit), the parents function returns "the parents of a commit." Are these sorted the same way as in git?...
Tim Seah
Votes: 0
Answers: 1