tapioca-toggl

Python wrapper for Toggl API v8


Keywords
toggl, api-wrapper
License
MIT
Install
pip install tapioca-toggl==0.1.0

Documentation

Tapioca-Toggl

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 using either access_token or user and password.

Now you can simply send requests using the available endpoints as follows:

from tapioca_toggl import Toggl

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

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

Feel free to consult this example script for a working example that creates time entries on www.toggl.com.

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