gitea.client.base
base
Base client class for Gitea API interactions.
Classes
gitea.client.base.Client
Abstract base class for Gitea clients.
Construct the base client.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
token
|
str | None
|
The API token for authentication. |
required |
base_url
|
str
|
The base URL of the Gitea instance. |
required |