loduis / teamwork.com-project-management

PHP API for Teamwork.com
https://developer.teamwork.com/
MIT License
69 stars 59 forks source link

Getting starred projects #11

Closed oscherler closed 10 years ago

oscherler commented 11 years ago

Is it me or is it impossible to get a list of starred projects, because you get a Response\JSON object which is countable but not iterable so you cannot loop on the keys, you cannot access numeric properties, and you virtually have no public methods?