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 Group entity #3

Open
ivlevdenis opened this issue Nov 19, 2020 · 2 comments
Open

Implement Group entity #3

ivlevdenis opened this issue Nov 19, 2020 · 2 comments
Labels
v9 Relates to Toggl API V9
Projects

Comments

@ivlevdenis
Copy link
Contributor

https://github.com/toggl/toggl_api_docs/blob/master/chapters/groups.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 nifadyev added the bug Something isn't working label May 17, 2024
@nifadyev
Copy link
Collaborator

Groups are moved into /organizations/<id>/ and /organizations/<id>/workspaces/<id>/ paths, so refactoring is required

@nifadyev nifadyev changed the title Check & fix Group entity and repository Adapt Group related logic to API V9 May 28, 2024
@nifadyev nifadyev added v9 Relates to Toggl API V9 and removed bug Something isn't working labels Jul 23, 2024
@nifadyev nifadyev changed the title Adapt Group related logic to API V9 Implement Group entity Jul 23, 2024
@nifadyev
Copy link
Collaborator

nifadyev commented Jul 23, 2024

Rough plan:

  • Necessary endpoints (available on free plan):
    • GET/POST/DELETE /workspaces/{workspace_id}/project_groups
    • GET/POST/PATCH/DELETE /organizations/{organization_id}/groups
    • GET /organizations/{organization_id}/workspaces/{workspace_id}/groups
    • GET/POST/DELETE /workspaces/{workspace_id}/project_groups
  • Cover new logic with tests and type annotations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v9 Relates to Toggl API V9
Projects
Status: V9 Migration Backlog
Tasks
To do
Development

No branches or pull requests

2 participants