We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
async
1 parent 5f17d71 commit e5eeccbCopy full SHA for e5eeccb
docs/endpoints/index.md
@@ -4,13 +4,12 @@ This section contains API documentation for the methods implementing the differe
4
5
The methods listed can be called on an instance of the [`HarborAsyncClient`][harborapi.client.HarborAsyncClient] class:
6
7
-
8
```py
9
from harborapi import HarborAsyncClient
10
11
client = HarborAsyncClient(...)
12
13
-def main() -> None:
+async def main() -> None:
14
projects = await client.get_projects()
15
repos = await client.get_repositories()
16
0 commit comments