shurcooL / githubv4

Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom request URL

xloem opened this issue · comments

commented

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

This means other hosts could offer the API REST interface.

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

commented

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