This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
Releases: princemaple/extripe
Releases · princemaple/extripe
Update Subscription to use latest Stripe API version
v1.2.2 Tag v1.2.2
Fix subcription deletion api
v1.2.1 Tag v1.2.1
Pagination and more, take 2
v0.3.0 only supports flat params
This patch release adds support for nested params so you can do things like:
{:ok, events} = Extripe.Event.list created: [lt: 1455733031]
# you can use lt, gt, lte and gte :)
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"
Feature complete-ish
Supporting almost all Stripe entities already