shurcooL / githubv4

Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).
MIT License
1.1k stars 89 forks source link

Custom request URL #82

Closed xloem closed 3 years ago

xloem commented 3 years ago

It would be nice to request from other hosts than api.github.com .

This means other hosts could offer the API REST interface.

dmitshur commented 3 years ago

You can specify a custom GraphQL endpoint URL with githubv4.NewEnterpriseClient. Is that what this issue is asking about?

xloem commented 3 years ago

I think so. Thank you. Sorry I did not see that.