Добавили пагинацию для тегов
This commit is contained in:
@@ -10,7 +10,7 @@ class ClockifyConfig:
|
||||
self.user_url = "/user"
|
||||
self.projects_url = f"{self.workspace_url}/projects"
|
||||
|
||||
self.tags_count = 100
|
||||
self.tags_count = 20
|
||||
|
||||
def update_time_entry(self, activity_id):
|
||||
return f"{self.workspace_url}/time-entries/{activity_id}"
|
||||
|
||||
Reference in New Issue
Block a user