Skip to content
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

Use GraphQL API for GitHub interactions #74

Open
2 tasks
nikku opened this issue Oct 19, 2019 · 0 comments
Open
2 tasks

Use GraphQL API for GitHub interactions #74

nikku opened this issue Oct 19, 2019 · 0 comments
Labels
backlog blocked enhancement New feature or request roadmap This issue is scope of the mid-term roadmap

Comments

@nikku
Copy link
Owner

nikku commented Oct 19, 2019

Is your feature request related to a problem? Please describe.

GitHub API v4 is a GraphQL one, cf. GraphQL v4.

Using it reduces bandwidth and safeguards us from accidential API miss-use (core feature in GraphQL).

Describe the solution you'd like

  • Current usages of the REST API are replaced with GraphQL calls
  • We are as good with regards to rate limits as we are with the current REST API calls

Describe alternatives you've considered

Keep things untouched. The REST API will probably stay around for a long time.

@nikku nikku added backlog enhancement New feature or request labels Oct 19, 2019
@nikku nikku added the roadmap This issue is scope of the mid-term roadmap label Sep 19, 2021
@nikku nikku added the blocked label Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog blocked enhancement New feature or request roadmap This issue is scope of the mid-term roadmap
Projects
None yet
Development

No branches or pull requests

1 participant