Danilo Joksimovic
Danilo Joksimovic
I'll get started on that new PR! Thank you for the feedback and suggestions 😄
The https://developer.github.com/v4/public_schema/schema.public.graphql file is in [GraphQL SDL](https://alligator.io/graphql/graphql-sdl/) format. I'm still new to Go and GraphQL so creating a transpiler for SDL -> Go lang is definitely a challenge that I'd...
Hey @dmitshur! I came across this [go-github file](https://github.com/google/go-github/blob/1bab17eebddef9e1de2372cd48785ef27f2ae424/github/github.go) It looks like the rest version of this package uses a similar approach as this PR. What are your thoughts on the...
@x0rzkov I will most likely not be able to complete the pull request soon but there are a few alternatives that may help. You could use `http.RoundTripper` to attach HTTP...