PyGithub Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 4: Line 4:
=<tt>Github</tt>=
=<tt>Github</tt>=
{{External|https://pygithub.readthedocs.io/en/latest/github.html}}
{{External|https://pygithub.readthedocs.io/en/latest/github.html}}
The main class to instantiate to access the GitHub API. It is used to configure authentication, via username and password, [[PyGithub_Programming_Model#Authentication_with_Personal_Access_Token_.28PAT.29|personal access token (PAT)]] or JWT, the base URL, the timeout, the user agent, the Retry strategy and the pool size.
The main class to instantiate to access the GitHub API. It is used to configure authentication, via [[PyGithub_Programming_Model#Authentication_with_Username_and_Password|username and password]], [[PyGithub_Programming_Model#Authentication_with_Personal_Access_Token_.28PAT.29|personal access token (PAT)]] or JWT, the base URL, the timeout, the user agent, the Retry strategy and the pool size.

Revision as of 23:19, 15 May 2023

Internal

Github

https://pygithub.readthedocs.io/en/latest/github.html

The main class to instantiate to access the GitHub API. It is used to configure authentication, via username and password, personal access token (PAT) or JWT, the base URL, the timeout, the user agent, the Retry strategy and the pool size.