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

Adapt Time Entries related logic to API V9 #8

Open
ivlevdenis opened this issue Nov 19, 2020 · 1 comment
Open

Adapt Time Entries related logic to API V9 #8

ivlevdenis opened this issue Nov 19, 2020 · 1 comment
Labels
bug Something isn't working
Projects

Comments

@ivlevdenis
Copy link
Contributor

https://github.com/toggl/toggl_api_docs/blob/master/chapters/time_entries.md

@ivlevdenis ivlevdenis added this to the Release 0.3.0 milestone Nov 19, 2020
@ivlevdenis ivlevdenis added this to To do in Tasks Nov 19, 2020
@nifadyev
Copy link
Collaborator

Current state is:

  • Endpoint /me/time_entries does not support query parameters
  • No DELETE endpoints
  • No endpoints PUT/POST workspaces/{workspace_id}/time_entries, workspaces/{workspace_id}/time_entries/{time_entry_ids} (bulk editing), workspaces/{workspace_id}/time_entries/{time_entry_id}/stop
  • Deprecated fields tid, pid, wid in pydantic model
  • pydantic model does not support optional fields like project_color

@nifadyev nifadyev added the bug Something isn't working label May 17, 2024
@nifadyev nifadyev changed the title Check & fix Time entries entity and repository Adapt Time Entries related logic to API V9 May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Tasks
To do
Development

No branches or pull requests

2 participants