loduis / teamwork.com-project-management

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

Get More then 100 Milestones? #26

Open ghost opened 9 years ago

ghost commented 9 years ago

The API references that pagination is used in sets of 100 increments. so when i run a getAll() on milestones and i have more then 100, then it will only show me page one. How do I actually access all milestones even past the first 100?

paulsheldrake commented 8 months ago

https://github.com/loduis/teamwork.com-project-management/pull/56