arendjantetteroo / guzzle-toggl

A Toggl API client based on guzzle
MIT License
88 stars 42 forks source link

Add ability to specify page number for getProjects #47

Closed ericmerrill closed 1 month ago

ericmerrill commented 1 month ago

getProjects only returns 151 projects. If you have more, you can't see them.

Per the API documentation, I am adding a page number parameter. There doesn't seem to be a way to know how many pages there are - you just keep going until it returns no projects.

arendjantetteroo commented 1 month ago

Thanks!