gitea.client.async_gitea
async_gitea
Asynchronous Gitea API client implementation.
Classes
gitea.client.async_gitea.AsyncGitea
Bases: Client
Asynchronous Gitea API client.
Initialize the asynchronous Gitea client.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
token
|
str | None
|
The API token for authentication. |
None
|
base_url
|
str
|
The base URL of the Gitea instance. |
'https://gitea.com'
|