Skip to content
New issue

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

Support GitHub Enterprise #5

Closed
wants to merge 1 commit into from
Closed

Conversation

vermiculus
Copy link
Contributor

Hopefully this fixes #1 😄

@saintaardvark, you're the only one I know of who uses GitHub enterprise (via vermiculus/magithub#34). Would you mind testing this?

You'll need to generate an OAuth token and configure it in your .authinfo (or .netrc or whatever's configured in auth-sources) to authenticate, then you can run

(let ((ghub-domain "my.domain.here"))
  (ghub-get "/issues"))

If you can, test also without the let-binding to ensure it then grabs issues from this GitHub.

@saintaardvark
Copy link

Hi @vermiculus -- sorry for the delay in replying. Many thanks for this -- I'll give it a try in the next few days and get back to you!

@vermiculus
Copy link
Contributor Author

vermiculus commented Mar 9, 2017

Awesome, just let me know! I'm going to be moving Magithub to ghub 'soon' to open the doors to better integration; I'd hate for the package to break for you (and others that use Enterprise).

That said, I may still be releasing that before this is merged, but at least a patch will be available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for GitHub Enterprise
3 participants