GQL icon indicating copy to clipboard operation
GQL copied to clipboard

GitHub support: issues, actions, pull_requests, discussions

Open linux-china opened this issue 1 year ago • 1 comments

GQL is good enough for normal git repository. Now lots of repositories are hosted on GitHub, and any plan to add support for GitHub. I think the following virtual tables are very important.

  • issues
  • actions
  • pull_requests
  • discussions

For authentication, Integration with GitHub CLI is a good solution or with GITHUB_TOKEN env variable.

linux-china avatar Jun 22 '24 05:06 linux-china

Hello @linux-china,

I like this idea, i am thinking of applying it but as a new GitQL SDK application like ClangQL and FileQL, also i think we can use the graphQL to optimize the remote query too using Github API 3

Thank you

AmrDeveloper avatar Jun 22 '24 17:06 AmrDeveloper