Skip to content

Commit 7f8dd38

Browse files
committed
Improved README
1 parent bda6490 commit 7f8dd38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tempo = client.Tempo(
2525
auth_token="<your_tempo_api_key>",
2626
base_url="https://api.tempo.io/core/3")
2727
28-
worklogs = tempo.get_worklogs(
28+
worklogs = tempo.get_all_worklogs(
2929
date_from="2019-11-10",
3030
date_to="2019-11-11"
3131
)
@@ -34,6 +34,8 @@ for i in worklogs:
3434
print(i)
3535
```
3636

37+
There are also functions to retrieve `user` and `team`-specific worklogs.
38+
3739

3840
## Contributing
3941

0 commit comments

Comments
 (0)