This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
Pagination and more
Allow passing options to index
, so you can
- limit the number of results, e.g.
Extripe.Event.list limit: 3
- specify which id to start the list from, e.g.
Extripe.Event.list starting_after: "evt_abcdefg"
- specify which id to end the list at, e.g.
Extripe.Event.list ending_before: "evt_1234567"