diff --git a/README.md b/README.md index 3f6a903..ce94753 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ client = LoadingApiClient(email="your@email.com", password="your_password") response = client.get_profile() ``` -It can also be used asyncrounously usage: +It can also be used asyncrounously: ```python from loading_sdk import AsyncLoadingApiClient @@ -86,4 +86,8 @@ response = client.get_other(page=7) ```python response = client.get_editorials(page=2, post_type="review", sort="title") +``` + +```python +response = client.get_about() ``` \ No newline at end of file diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index c4cd996..7dacb18 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 f2c0211..db6f969 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 2f95c55..c2e099c 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: 2cdc8c0bb8e2a4831d8e8fe372441154 +config: e7a45ba62bf168cd4ebd435486d179fe tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/build/html/_sources/loading_sdk.rst.txt b/docs/build/html/_sources/loading_sdk.rst.txt index 8dde1ee..301f258 100644 --- a/docs/build/html/_sources/loading_sdk.rst.txt +++ b/docs/build/html/_sources/loading_sdk.rst.txt @@ -7,7 +7,7 @@ Submodules loading\_sdk.api module ----------------------- -.. automodule:: loading_sdk.api +.. automodule:: loading_sdk.sync_api.client :members: :undoc-members: :show-inheritance: @@ -15,7 +15,7 @@ loading\_sdk.api module loading\_sdk.async_api module ----------------------------- -.. automodule:: loading_sdk.async_api +.. automodule:: loading_sdk.async_api.client :members: :undoc-members: :show-inheritance: diff --git a/docs/build/html/_static/documentation_options.js b/docs/build/html/_static/documentation_options.js index dd1759d..01e77f0 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.2.1', + VERSION: '0.2.2', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/docs/build/html/genindex.html b/docs/build/html/genindex.html index 9aa78ac..fbf35b4 100644 --- a/docs/build/html/genindex.html +++ b/docs/build/html/genindex.html @@ -3,7 +3,7 @@
-