-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Currently the host and scheme is hard coded at
ocaml-github/lib/github_core.ml
Line 177 in 91edfae
| let entry_uri = "https://github.com/login/oauth/authorize" in |
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 ()Metadata
Metadata
Assignees
Labels
No labels