evrone / toggl-python

MIT License
12 stars 6 forks source link

Adapt Client related logic to API V9 #2

Open ivlevdenis opened 3 years ago

ivlevdenis commented 3 years ago

Docs - https://github.com/toggl/toggl_api_docs/blob/master/chapters/clients.md

nifadyev commented 1 month ago

According to migration guide, Clients related endpoints are moved into /me and /workspace/<id>/ paths. So related logic and entity structure should be refactored.