-
Notifications
You must be signed in to change notification settings - Fork 94
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
Comments
Hmm... do you have a link to the docs for this? |
https://developer.github.com/v3/enterprise/. Apart from the API endpoint, authentication etc should be identical to a private repo. |
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). |
Yes, that works fine on the GHE instance I have available.
…On 21 October 2017 at 10:05, Jeff Widman ***@***.***> wrote:
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 <https://github.com/jnothman> you
do?
Note that you'll need to pass a custom header (see the gist for details).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEz65FsGKsWHH9HvHSZ7-P0xX8TJjwzks5suScqgaJpZM4P9HMx>
.
|
This may only require replacing https://api.github.com with https://ghehost/api/v3
The text was updated successfully, but these errors were encountered: