Skip to main content

Python wrapper for Toggl API v8

Project description

Join the chat at https://gitter.im/hackebrot/tapioca-toggl PyPI Package PyPI Python Versions PyPI Package License

Python wrapper for Toggl API v8

Installation

tapioca-toggl is available for download from PyPI via pip:

$ pip install tapioca-toggl

Usage

Create a new API instance and send requests as follows:

from tapioca_toggl import Toggl

api = Toggl(access_token='{your-access-token}')

response = api.me_with_related_data().get()
me = response.data()

Documentation

For a list of all of the available endpoints, please consult resource_mapping.py.

You can find more information on Tapioca at the Tapioca-Wrapper docs.

Code of Conduct

Everyone interacting in the Tapioca-Toggl project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.

License

Distributed under the terms of the MIT license, Tapioca-Toggl is free and open source software

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

tapioca-toggl-0.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

tapioca_toggl-0.1.0-py2.py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 2 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