Skip to content

Commit 9c9c6ca

Browse files
committed
Update readme
1 parent 68928d0 commit 9c9c6ca

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ response = client.get_profile()
3030
```
3131

3232
It can also be used asyncrounously:
33+
3334
```python
3435
from loading_sdk import AsyncLoadingApiClient
3536

@@ -94,4 +95,12 @@ response = client.get_about()
9495

9596
```python
9697
response = client.get_socials()
97-
```
98+
```
99+
100+
```python
101+
response = client.get_total_thread_pages(thread_id="5bbb986af1deda001d33bc4b")
102+
```
103+
104+
```python
105+
response = client.get_total_category_pages(category="games")
106+
```

0 commit comments

Comments
 (0)