adlio / trello

Trello API wrapper for Go
MIT License
219 stars 71 forks source link

Organization ID? (Member.IDOrganizations) #75

Closed TJM closed 3 years ago

TJM commented 3 years ago

The Member type seems to be missing several fields, specifically IDOrganizations. I see a GetOrganization func, but no idea how you are supposed to get the organization ID to start with if you don't retrieve it from the Member?

Perhaps I am just looking at it wrong?

Otherwise I can submit a PR to fix this part :)