mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
This adds argument `auth` and deprecates `login_or_token`, `password`, `jwt`, and `app_auth` arguments of `github.Github`. This adds argument `auth` and deprecates `integration_id`, `private_key` of `github.GithubIntegration`. This deprecates the `create_jwt` method of `github.GithubIntegration`, replaced by `github.Auth.AppAuth.create_jwt`.
15 lines
218 B
ReStructuredText
15 lines
218 B
ReStructuredText
Examples
|
|
========
|
|
|
|
|
|
.. toctree::
|
|
examples/Authentication
|
|
examples/MainClass
|
|
examples/Repository
|
|
examples/Branch
|
|
examples/Commit
|
|
examples/PullRequest
|
|
examples/Issue
|
|
examples/Milestone
|
|
examples/Webhook
|