-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request