Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement essential ReportTimeEntries logic #55

Closed
nifadyev opened this issue Aug 22, 2024 · 0 comments · Fixed by #57
Closed

Implement essential ReportTimeEntries logic #55

nifadyev opened this issue Aug 22, 2024 · 0 comments · Fixed by #57
Assignees

Comments

@nifadyev
Copy link
Collaborator

Add methods:

  • GET https://api.track.toggl.com/reports/api/v3/workspace/{workspace_id}/search/time_entries (used fields: wid, id, pid, uid, start, end,dur, description), (used query params: page, since, until, workspace_id, user_ids, project_ids), pagination

Mark fields wid, pid, uid as deprecated but return them anyway. They are necessary for easy migration.
Analyze if API methods are used efficiently based on use cases
API documentation

@nifadyev nifadyev converted this from a draft issue Aug 22, 2024
@nifadyev nifadyev self-assigned this Aug 22, 2024
@nifadyev nifadyev linked a pull request Aug 23, 2024 that will close this issue
nifadyev added a commit that referenced this issue Aug 30, 2024
nifadyev added a commit that referenced this issue Aug 30, 2024
* Simplify linter check by removing Poetry usage
@nifadyev nifadyev moved this from In progress to Done in toggl-python tasks Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
1 participant