evrone / toggl-python

MIT License
12 stars 6 forks source link

Is there a way to manage Organizations? #29

Open thefrisson opened 7 months ago

thefrisson commented 7 months ago

I see the way to do the CRUD functions on just about every other object type in toggl track, but I am not sure about your support for Organizations, the top-level object. I am trying to manage the fact that each user may belong to multiple organizations and the separation of concerns is paramount, but it is unclear if an identifier for the organization that each workspace belongs to is given in the response of Workspaces(auth=auth).list() for example. Also, it is unclear as to what data is necessary to use the Workspaces.create() method. Would really appreciate feedback on these issues.

nifadyev commented 1 month ago

Hey @thefrisson , is the issue this relevant to you? Do you still use toggl-python?

thefrisson commented 1 month ago

@nifadyev I wanted to use it, but since Toggl has come out with v9 several months ago and toggl-python was not updated, I had to move away.

nifadyev commented 1 month ago

Thank you for an answer. What are the most useful toggl parts in your routine? Except organizations, obviously)