What and why to refactor
The current implementation of the GitHub connector in Apache Devlake includes an option to use the GraphQL API. However, it is recommended to remove this option and exclusively use the GraphQL API for GitHub repositories. The GraphQL API is more performant and helps reduce the effects of rate limits.
Describe the solution you'd like
- Enable GraphQL by default for the GitHub connector
- Update the documentation to reflect the use of the GraphQL API.
Related issues
#8339
What and why to refactor
The current implementation of the GitHub connector in Apache Devlake includes an option to use the GraphQL API. However, it is recommended to remove this option and exclusively use the GraphQL API for GitHub repositories. The GraphQL API is more performant and helps reduce the effects of rate limits.
Describe the solution you'd like
Related issues
#8339