We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8de72 commit b64b0e1Copy full SHA for b64b0e1
README.md
@@ -56,6 +56,8 @@ You need an API token for communicating with tempo REST APIs.
56
for i in worklogs:
57
print(i)
58
59
+There are also functions to retrieve `user` and `team`-specific worklogs.
60
+
61
62
#### Create Worklog
63
@@ -83,8 +85,6 @@ You need an API token for communicating with tempo REST APIs.
83
85
84
86
delete_response = tempo.delete_worklog(<worklog_id>)
87
-There are also functions to retrieve `user` and `team`-specific worklogs.
-
88
89
## Code Format
90
0 commit comments