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.reschedule(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
Availability
response = client.availability.list(data)
for more information on Availability related APIs click here
Release files for python-timekit 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python_timekit-1.0.2.tar.gz | 17.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| python_timekit-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 37.2 kB
Release files / python_timekit-1.0.2.tar.gz
| Download URL | python_timekit-1.0.2.tar.gz |
|---|---|
| Size | 17.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
94d395d24d04f185bc1e99021b3ad7007d123828b0da396adea4e8bd912d83e4
|
|
BLAKE2b-256 checksum How to use checksums |
d738e6af335981c87487f46cf1c251ee10ad696c1dcf312a652238f7c6067c55
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|
Release files / python_timekit-1.0.2-py3-none-any.whl
| Download URL | python_timekit-1.0.2-py3-none-any.whl |
|---|---|
| Size | 19.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
98fddde8dd4b00d3012e9eb54eca68e9cf70d2775b353bd84e277625a4b4f3b3
|
|
BLAKE2b-256 checksum How to use checksums |
4ec169db64753c38db1533d91ac96a8abb4c0201e7105e2c85481036d2a633fd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.9
|