Python SDK for dubidoc.com.ua API
Project description
Dubidoc API client ✍
Documentation: https://my.dubidoc.com.ua/api/api/v1/docs
Source Code: https://github.com/DmytroLitvinov/python-dubidoc
PyPI: https://pypi-hypernode.com/project/dubidoc/
Python API wrapper around Dubidoc API. Feel free to contribute and make it better! 🚀
NOTE: Since it is rearly release, some of the API endpoints may not be implemented yet. If you need some specific endpoint, feel free to create an issue or pull request. Also, library can be changed in the future, so be careful with the updates as for now.
Installation
pip install dubidoc
Usage
-
Request your token at Dubidoc team
-
Use that token to initialize client:
from dubidoc import DubidocAPIClient
api_token = 'xxxxxxxxxxxxxxx'
dubidoc = DubidocAPIClient(api_token)
documents = dubidoc.document_api.list()
print(documents)
License
This project is licensed under the terms of the MIT license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dubidoc-0.1.2.tar.gz
.
File metadata
- Download URL: dubidoc-0.1.2.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3667618ab7dbb348ca92c3fb4d3893e6a6565e3c0725b48d7221e2db5edb2a1f |
|
MD5 | 8fa39b6fe914fad1454342e28390b344 |
|
BLAKE2b-256 | 594d8da21e46c78fda9d583eb64ae6d25dd9bf72964855d2fddd138f7c03ea2f |
File details
Details for the file dubidoc-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: dubidoc-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b363f6639c27a73e84e67c010e7d277c49579663b9f78d9990b9ba8744900e8a |
|
MD5 | 742d32b321fcc3ab969e69dfef960cef |
|
BLAKE2b-256 | a862248716b45e3a645a4fdc4cf23c0771c329c5ac248d1c92958a6fbbc4e2bc |