You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this project uses GitHub REST API v3 to interact with GitHub data such as issues, pull requests, etc. However, the REST API is proven to be insufficient which can be seen in #93.
To address this issue. GitHub itself recommends us to migrate to GraphQL.
Solutuon
Migrate all data fetching logic to GitHub GraphQL API v4. We can use this library to replace the v3 library.
The text was updated successfully, but these errors were encountered:
Overview
Currently, this project uses GitHub REST API v3 to interact with GitHub data such as issues, pull requests, etc. However, the REST API is proven to be insufficient which can be seen in #93.
To address this issue. GitHub itself recommends us to migrate to GraphQL.
Solutuon
Migrate all data fetching logic to GitHub GraphQL API v4. We can use this library to replace the v3 library.
The text was updated successfully, but these errors were encountered: