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 #92

Open
jnothman opened this issue Oct 18, 2017 · 4 comments
Open

Support github enterprise #92

jnothman opened this issue Oct 18, 2017 · 4 comments

Comments

@jnothman
Copy link

jnothman commented Oct 18, 2017

This may only require replacing https://api.github.com with https://ghehost/api/v3

@jeffwidman
Copy link
Owner

Hmm... do you have a link to the docs for this?

@jnothman
Copy link
Author

https://developer.github.com/v3/enterprise/. Apart from the API endpoint, authentication etc should be identical to a private repo.

@jeffwidman
Copy link
Owner

jeffwidman commented Oct 20, 2017

So I just looked at doing this, and while it's straightforward to add a custom override for the hostname, I remembered that this script uses a secret GitHub API for importing issues: https://gist.github.com/jonmagic/5282384165e0f86ef105

I'm doubtful that GHE supports this endpoint, and I don't have access to a GHE instance to test. Perhaps @jnothman you do?

Note that you'll need to pass a custom header to the API call (see the gist for details).

@jnothman
Copy link
Author

jnothman commented Oct 21, 2017 via email

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

No branches or pull requests

2 participants