Skip to content

Incomplete API documentation on stable PyGithub #2782

@chaffees

Description

@chaffees

I'm trying to update my code with the latest PyGithub classes however documentation is missing on the new authentication methods.

jwt – string deprecated, use auth=github.Auth.AppAuth(…) or auth=github.Auth.AppAuthToken(…) instead
app_auth – github.AppAuthentication deprecated, use auth=github.Auth.AppInstallationAuth(…) instead

There isn't any documentation on:
AppAuthToken
AppInstallationAuth

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