scailable / sclblpy

Python package for Scailable uploads
MIT License
19 stars 1 forks source link

Add pagination to `sp.endpoints()` call #39

Closed MKaptein closed 4 years ago

MKaptein commented 4 years ago

A call to sp.endpoints() currenlty gives the last 20 endpoints. We should add limit and offset as parameters to control the behavior.

MKaptein commented 4 years ago

Fixed in d423475