Python wrapper for Toggl API v8
Project description
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
Release history Release notifications | RSS feed
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 tapioca-toggl-0.1.0.tar.gz
.
File metadata
- Download URL: tapioca-toggl-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4149fdaa1bdcec6c4a71511c48d561b2e0db584665789d455cb31acaeec1ea4e |
|
MD5 | 3a189604b87d43f0a6fe4a448818f66b |
|
BLAKE2b-256 | 23ff581f1f7ac42b9996980da06ad6c3a1bf0f0951071e1549bb701d26b4c01d |
File details
Details for the file tapioca_toggl-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: tapioca_toggl-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5d4af2bc7c129b3b70314734e90269adcfce56b86f21251f16f72893e1c40f0 |
|
MD5 | a1a06f2c626afa14c4335560262544c6 |
|
BLAKE2b-256 | b2d16d41a0b1882aa13804a865a37f4383ef4d0c0aeff60daf31b07c4150a74d |