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
{{ message }}
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
Currently we're using GitHub's API v3 that returns JSON data. GitHub also has a v4 endpoint that supported GraphQL which might be of interest since we do not use most of the JSON response data we receive from the v3 endpoint, and GraphQL will let us better tailor our requests to GitHub's API.
We will need to investigate what options are available for HTTP request libraries that can work with GraphQL. This search on crates.io may be a good start.
Currently we're using GitHub's API
v3that returns JSON data. GitHub also has av4endpoint that supported GraphQL which might be of interest since we do not use most of the JSON response data we receive from thev3endpoint, and GraphQL will let us better tailor our requests to GitHub's API.We will need to investigate what options are available for HTTP request libraries that can work with GraphQL. This search on crates.io may be a good start.