exlo89 / laravel-sevdesk-api

Helpfull Laravel package to work with the Sevdesk API.
MIT License
7 stars 11 forks source link

added limit argument to (most) get functions #9

Closed Sebbito closed 1 year ago

Sebbito commented 1 year ago

I stumbled into a weird problem when making requests to datasets spanning over more than 100 or so objects. The API request would just not deliver all the objects.

This is a way to work around this limitation a bit but it's still not super good.

I have no idea why this shadow-limit exists.

Sebbito commented 1 year ago

For clarification: 1000 seems to be the number that makes sevdesk spit out the max amount of entries. A higher number won't change anything.