Open ghost opened 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?
https://github.com/loduis/teamwork.com-project-management/pull/56
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?