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

Explore alternative APIs #6

Description

@Leleat

Currently, we use the REST APIs of the different forges. There is a difference between the APIs that results in different behaviours. For instance, GitHub includes PRs in their issues Endpoint. So we need to filter the PRs after we've fetched them. This may result in a wrong amount of issues shown to the user, e.g. we may fetch 100 "issues" via --per-page but only 50 may be shown to the user, if the other 50 are actually PRs.

So let's investigate if forges offer alternative APIs that may lessen the differences. GitHub, as an example, seems to also offer a GraphQL API.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions