We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the host and scheme is hard coded at
ocaml-github/lib/github_core.ml
Line 177 in 91edfae
I would be great if we can add support for GitHub Enterprise Server.
i.e.
let authorize ?(scheme="https") ?(host="github.com") ... = ... Uri.make ~scheme ~host ~path:"login/oauth/access_token" ~query ()
The text was updated successfully, but these errors were encountered:
👍🏻 PRs very welcome to do this.
A good place to start would be extending Github_s.Env to include this information.
Github_s.Env
Sorry, something went wrong.
No branches or pull requests
Currently the host and scheme is hard coded at
ocaml-github/lib/github_core.ml
Line 177 in 91edfae
I would be great if we can add support for GitHub Enterprise Server.
i.e.
The text was updated successfully, but these errors were encountered: