Skip to content

#1986 seems to break setting GitHub base URL #2420

@bluek1te

Description

@bluek1te

#1986 seems to break setting base URL.

What I did:

auth = AppAuthentication(int(os.getenv("GITHUB_APP_ID")),
                         t,
                         int(os.getenv("GITHUB_APP_INSTALLATION_ID")))
g = Github(base_url="https://test.somegit.com/api/v3", app_auth=auth)

When I turn on debugger, the base URL for requester seems to be set to api.github.com. Lmk if I am doing something wrong here, thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions