Skip to main content

Python SDK for dubidoc.com.ua API

Project description

Dubidoc API client ✍

PyPI PyPI - Python Version PyPI - License


Documentation: https://my.dubidoc.com.ua/api/api/v1/docs

Source Code: https://github.com/DmytroLitvinov/python-dubidoc

PyPI: https://pypi.org/project/dubidoc/


Python API wrapper around Dubidoc API. Feel free to contribute and make it better! 🚀

Installation

pip install dubidoc

Usage

  1. Request your token at Dubidoc team

  2. 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

dubidoc-0.1.0.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

dubidoc-0.1.0-py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page