Skip to content

Commit 0b8c52a

Browse files
Added rest_client for future POST requests. Fixed API calls with limit and offset, removed conversions to dictionaries.
1 parent e56b794 commit 0b8c52a

File tree

3 files changed

+280
-109
lines changed

3 files changed

+280
-109
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
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

44
This is a Tempo API client library to simplify the interaction with Tempo timesheets.
55

66
Pip 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

1013
Install 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
```
2225
from tempoapiclient import client

0 commit comments

Comments
 (0)