Skip to content

Allow Authentication to GitHub REST API to Avoid Rate Limit Issues #12

@joaoopereira

Description

@joaoopereira

Description:
Currently, our project interacts with the GitHub REST API without authentication, which subjects us to very low unauthenticated rate limits (typically 60 requests per hour per IP). This often leads to rate limit errors, when multiple users are active using the same public IP.

Request:
Please implement support for authenticating requests to the GitHub REST API using a personal access token or GitHub App credentials. This will significantly increase the rate limits (up to 5,000 requests per hour for authenticated requests) and improve reliability for all users.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions