adrienverge / localstripe

A fake but stateful Stripe server that you can run locally, for testing purposes.
GNU General Public License v3.0
192 stars 59 forks source link

Implement pagination #168

Open tarasyarema opened 3 years ago

tarasyarema commented 3 years ago

This is kind of a bigger issue that arises when working with Stripe packages. The packages use a pre-defined pagination structure [1].

The idea is to implement the following query parameters in the List type, so those can be passed and used for paginations.

[1] Stripe docs: Pagination. https://stripe.com/docs/api/pagination