Replies: 1 comment 5 replies
-
Hi 👋 ! It has been implemented with #1188 👍 You can now use Unfortunately I don't have GHES to test it out, but it should work since octokits already have a |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hate asking for this without also offering a PR, and I may still do that; I just wanted to ask politely for support to be added for the self-hosted GitHub Enterprise Server (GHES) appliance.
The APIs are the same, only the endpoint changes for GHES. A single place to specify the root API endpoint would be all that is needed.
GHES v3 base endpoint looks like this: https://hostname.example.com/api/v3
GHES v4 base endpoint looks like this: https://hostname.example.com/api/graphql
moving those out to a configuration variable somewhere would be 95% of the work required. There are (probably) some differences for v4, and I don't use it enough to know. There are some small differences for v3, but they are so small in number that I can't think of any.
Thank you. As I said, if/when I get time, I will submit code to this effect on my own.
Beta Was this translation helpful? Give feedback.
All reactions