We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68928d0 commit 9c9c6caCopy full SHA for 9c9c6ca
1 file changed
README.md
@@ -30,6 +30,7 @@ response = client.get_profile()
30
```
31
32
It can also be used asyncrounously:
33
+
34
```python
35
from loading_sdk import AsyncLoadingApiClient
36
@@ -94,4 +95,12 @@ response = client.get_about()
94
95
96
97
response = client.get_socials()
-```
98
+```
99
100
+```python
101
+response = client.get_total_thread_pages(thread_id="5bbb986af1deda001d33bc4b")
102
103
104
105
+response = client.get_total_category_pages(category="games")
106
0 commit comments