diff --git a/.gitignore b/.gitignore index 539fb99..74d45c4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ __pycache__ dist .tox -.coverage \ No newline at end of file +.coverage +.vscode \ No newline at end of file diff --git a/README.md b/README.md index 0cbc5a3..cd49caa 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ response = client.get_profile() ``` It can also be used asyncrounously: + ```python from loading_sdk import AsyncLoadingApiClient @@ -94,4 +95,12 @@ response = client.get_about() ```python response = client.get_socials() -``` \ No newline at end of file +``` + +```python +response = client.get_total_thread_pages(thread_id="5bbb986af1deda001d33bc4b") +``` + +```python +response = client.get_total_category_pages(category="games") +``` diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index dd74cb8..9aa9c1f 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/loading_sdk.doctree b/docs/build/doctrees/loading_sdk.doctree index 95ec314..a4bf127 100644 Binary files a/docs/build/doctrees/loading_sdk.doctree and b/docs/build/doctrees/loading_sdk.doctree differ diff --git a/docs/build/html/.buildinfo b/docs/build/html/.buildinfo index fa8dc66..79c70c5 100644 --- a/docs/build/html/.buildinfo +++ b/docs/build/html/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 7ab8668ea613b274fc02285e87c81f72 +config: 0c3450ade663ab19dc77abb5afee1b82 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/_static/documentation_options.js b/docs/build/html/_static/documentation_options.js index 44e1488..beea1e3 100644 --- a/docs/build/html/_static/documentation_options.js +++ b/docs/build/html/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: '0.3.0', + VERSION: '0.4.1', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/build/html/genindex.html b/docs/build/html/genindex.html index f2444b7..a2e2603 100644 --- a/docs/build/html/genindex.html +++ b/docs/build/html/genindex.html @@ -3,7 +3,7 @@
-