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.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 0.1.0
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-0.1.0.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| clockify_api_client-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.3 kB
Release files / clockify-api-client-0.1.0.tar.gz
| Download URL | clockify-api-client-0.1.0.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bd01c625275c5905ab77af916f58c1f7b0a1eeb20907061a68e176331ad62ffd
|
|
BLAKE2b-256 checksum How to use checksums |
8a17c0cda86ecdb21defe1d6b585366b9582c2b24cdb9d1b4b3522b6526caeb4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.5
|
Release files / clockify_api_client-0.1.0-py3-none-any.whl
| Download URL | clockify_api_client-0.1.0-py3-none-any.whl |
|---|---|
| Size | 13.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6efdca799a38f8eb5b7da18319602631c25bc6c04616e0cc68aacca9f5bf4ab3
|
|
BLAKE2b-256 checksum How to use checksums |
b27a96eae2fa8f9c2e13d4c54419f3b354ddcb1c31e05f343b256c7947123572
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.8.5
|