Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Investigate GraphQL #31

@0xazure

Description

@0xazure

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions