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.
1 parent 3278bfb commit 24a4600Copy full SHA for 24a4600
README.md
@@ -86,4 +86,8 @@ response = client.get_other(page=7)
86
87
```python
88
response = client.get_editorials(page=2, post_type="review", sort="title")
89
+```
90
+
91
+```python
92
+response = client.get_about()
93
```
0 commit comments