File tree Expand file tree Collapse file tree 3 files changed +280
-109
lines changed
Expand file tree Collapse file tree 3 files changed +280
-109
lines changed Original file line number Diff line number Diff line change 11# tempo-api-python-client
2- Python bindings for Tempo - https://tempo-io.github.io/tempo-api-docs/
2+ Python bindings for Tempo Rest API.
33
44This is a Tempo API client library to simplify the interaction with Tempo timesheets.
55
66Pip release is available: https://pypi.org/project/tempo-api-python-client/
77
8- ## Changelog
8+ Tempo Rest API documentation can be found at https://tempo.io/doc/timesheets/api/rest/latest/
9+
10+
11+ ## Installation
912
1013Install current reelase by pip
1114
@@ -16,7 +19,7 @@ pip install tempo-api-python-client
1619
1720## Getting Started
1821
19- You need an API token for communicating with tempo REST APIs. Documentation could be found at https://tempo.io/doc/timesheets/api/rest/latest/
22+ You need an API token for communicating with tempo REST APIs.
2023
2124```
2225from tempoapiclient import client
You can’t perform that action at this time.
0 commit comments