An un-official package to integrate Timekit APIs with your project
Project description
python-timekit
This package can be used to integration Timekit APIs with your project. for more information click here
Installation
Run the following to install
pip install python_timekit
Usage
from timekit.client import TimekitAPI
client = TimekitAPI(app_token="<you_api_key>")
response = client.apps.get()
# Response data from timekit
response.data
# Response status code from timekit
response.status
Endpoints Available
App
response = client.apps.get()
response = client.apps.invite(data)
for more information on App related APIs click here
Booking
response = client.bookings.create(data, dynamic_includes)
response = client.bookings.list(limit, page, dynamic_includes, search, order_by, sorted_by)
response = client.bookings.retrieve(id)
response = client.bookings.update_state(id, action)
response = client.bookings.update_meta(id, data)
response = client.bookings.create_in_bulk(data)
response = client.bookings.update_in_bulk(data)
response = client.bookings.groups.list(limit, page, search)
response = client.bookings.groups.retrieve(id)
response = client.bookings.delete(id)
for more information on Booking related APIs click here
Project
response = client.projects.create(data)
response = client.projects.list(limit, page, search)
response = client.projects.update(id, data)
response = client.projects.create(data)
response = client.projects.delete(id)
response = client.projects.add_resources(id, data)
response = client.projects.set_resources(id, data)
response = client.projects.remove_resources(id, resource_id)
response = client.projects.get_resources(id)
for more information on Project related APIs click here
Resource
response = client.resources.create(data)
response = client.resources.list(limit, page, search)
response = client.resources.retrieve(id, dynamic_includes)
response = client.resources.update(id, data)
response = client.resources.delete(id)
response = client.resources.availability_constraints(id, data)
for more information on Resource related APIs click here
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
python_timekit-0.0.8.tar.gz
(17.2 kB
view details)
Built Distribution
File details
Details for the file python_timekit-0.0.8.tar.gz
.
File metadata
- Download URL: python_timekit-0.0.8.tar.gz
- Upload date:
- Size: 17.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 127cbda2fee6d1fa10d2e1a60aac7d841a5564893a94a5cef859cf5de796b276 |
|
MD5 | a6330a9045655e7fe84aaa34fba1647d |
|
BLAKE2b-256 | f5338e12c8c093b76179a75d916c423bf05712d4b9922298e5581baa22e70bc7 |
File details
Details for the file python_timekit-0.0.8-py3-none-any.whl
.
File metadata
- Download URL: python_timekit-0.0.8-py3-none-any.whl
- Upload date:
- Size: 19.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a43d3bc147c6c8f7c624029319ecaa18474fcff284672717c3b8e24313953e03 |
|
MD5 | ecc741311b965698fce5ebeda9741a97 |
|
BLAKE2b-256 | 76dfe8fdfe181a4c4b8c5c6eb0b82dfce310b9ea323dc4c2f395cde3290d13cc |