Closed chobie closed 11 years ago
Any idea if octokit takes into account this environmental variable or something similar?
/cc @pengwynn @sferik
I released 0.12.1 with support for GitHub Enterprise. Note that the environmental variable in use now is OCTOKIT_API_ENDPOINT
instead of the one you provided. This helps consolidate GH:E usage if you want to make API calls off of the warden user too.
Hi, Thanks sharing useful gem.
I encountered RestClient::Unauthorized exception on our Github Enterprise site. I took a look codes and I found Warden::Github::Oauth::User has
github_api_uri
. so i just copy it to strategy.rbUnfortunately, I'm poor about ruby experience so I'm not sure this is the good solution.
Regards,