Clockify API Client
Simple API client for Clockify.
Simple Python API client for Clockify. Clockify API reference
- Base endpoints
- Client
- Project
- Task
- Time Entry
- User
- Workspace
- Reports Endpoints
- Reports
- Shared reports
1. Installation
Add package to your project:
pipenv install clockify-api-client
2. Usage
from clockify_api_client_adgstudios_adgstudios.client import ClockifyAPIClient
API_KEY = 'yourclockifyAPIkey'
API_URL = 'api.clockify.me/v1'
client = ClockifyAPIClient().build(API_KEY, API_URL)
workspaces = client.workspaces.get_workspaces() # Returns list of workspaces.
Release files for clockify-api-client-adgstudios 1.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| clockify-api-client-adgstudios-1.0.7.tar.gz | 6.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clockify_api_client_adgstudios-1.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.2 kB
Release files / clockify-api-client-adgstudios-1.0.7.tar.gz
| Download URL | clockify-api-client-adgstudios-1.0.7.tar.gz |
|---|---|
| Size | 6.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5a6441e25fb38e1a2b185d5d41d9f8cf8cbefdcce2dd7aea574bd711494a4cbb
|
|
BLAKE2b-256 checksum How to use checksums |
7dd2051056155c666b4d7e26171c84b1d692165b449f7af3f0ce581d99082f83
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.16
|
Release files / clockify_api_client_adgstudios-1.0.7-py3-none-any.whl
| Download URL | clockify_api_client_adgstudios-1.0.7-py3-none-any.whl |
|---|---|
| Size | 13.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f4f081d67aa72f2ddf3380c0602b880212156dbdea7e5ff198bf9690bf9fdb90
|
|
BLAKE2b-256 checksum How to use checksums |
908e54b8e05ceb1291910a21125ef50b232a6cafcdb4b06af94bdf78342cdf2f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.16
|