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 Organization entity #45

Open
1 task
nifadyev opened this issue Jul 23, 2024 · 0 comments
Open
1 task

Implement Organization entity #45

nifadyev opened this issue Jul 23, 2024 · 0 comments
Labels
v9 Relates to Toggl API V9

Comments

@nifadyev
Copy link
Collaborator

nifadyev commented Jul 23, 2024

Necessary endpoints (available on free plan):

  • GET/PUT /me - Returns details for the current user. Returns huge response, which requires a lot of pydantic schemas for mostly all toggl entities

  • GET /me/organizations

  • GET/POST /organizations

  • GET/PUT /organizations/{organization_id}

  • Cover new logic with tests and type annotations

API documentation

@nifadyev nifadyev converted this from a draft issue Jul 23, 2024
@nifadyev nifadyev added this to the Migration to V9 milestone Jul 23, 2024
@nifadyev nifadyev added the v9 Relates to Toggl API V9 label Jul 23, 2024
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
Development

No branches or pull requests

1 participant