ghnova.client.async_github
async_github
Asynchronous GitHub API client implementation.
Classes
ghnova.client.async_github.AsyncGitHub
Bases: Client
Asynchronous GitHub API client.
Initialize the asynchronous GitHub client.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
token
|
str | None
|
The API token for authentication. |
None
|
base_url
|
str
|
The base URL of the GitHub instance. |
'https://github.com'
|