System Resource¶
SystemResource(client)
¶
Bases: BaseResource
Access server status and the OpenAPI specification.
Source code in src/aiobsidian/rest/_base.py
status()
async
¶
Get the current server status.
Returns:
| Type | Description |
|---|---|
ServerStatus
|
A |
ServerStatus
|
version information. |
Source code in src/aiobsidian/rest/system.py
openapi()
async
¶
Get the OpenAPI specification of the REST API.
Returns:
| Type | Description |
|---|---|
str
|
The OpenAPI spec as a YAML string. |