loduis / teamwork.com-project-management

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

GET - how to list all tasks ? #29

Open Chrisedmo opened 8 years ago

Chrisedmo commented 8 years ago

Heya - I'm fairly new to this sorry! But I want to create a troll style board for my team, but spitting out the tasks for each user.

I've got this, but I cant work out how to spit out each task item, or 'todo-item' as they are called ion the JSON file.

TeamWorkPm\Auth::set(API_KEY);
$task  = TeamWorkPm\Factory::build('task');

Any pointers would be very much appreciated.