Добавили пагинацию для тегов

This commit is contained in:
2025-10-29 16:07:06 +03:00
parent e14972c8a2
commit ddec6094c2
2 changed files with 18 additions and 9 deletions

View File

@@ -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}"