We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a91c56 commit e28ba5dCopy full SHA for e28ba5d
1 file changed
loading_sdk/async_api.py
@@ -18,7 +18,8 @@ async def async_loading_api_client(email=None, password=None):
18
19
20
class AsyncLoadingApiClient:
21
- """An async client that allows python apps to easily communicate with the loading forums web api.
+ """
22
+ An async client that allows python apps to easily communicate with the loading forums web api.
23
24
Some methods can be used anonymously, while others require the client to be authenticated
25
with user credentials.
0 commit comments