yoanbernabeu / Airtable-Client-Bundle

Simple Client for Airtable API
MIT License
33 stars 12 forks source link

feat : add pagination for findAll #27

Closed yoanbernabeu closed 2 years ago

yoanbernabeu commented 2 years ago

AirTable limits the number of records to 100 per request. Small modification, to retrieve all the records, using the offset provided by AirTable. Don't have to create a Breaking Change (and I need the feature for a current pro project)

Thanks for your code review :)