Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Releases: princemaple/extripe

Update Subscription to use latest Stripe API version

19 Apr 01:37
Compare
Choose a tag to compare

Fix subcription deletion api

19 Apr 00:53
Compare
Choose a tag to compare
v1.2.1

Tag v1.2.1

Pagination and more, take 2

22 Feb 16:54
Compare
Choose a tag to compare

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

22 Feb 16:26
Compare
Choose a tag to compare

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

22 Feb 16:21
Compare
Choose a tag to compare

Supporting almost all Stripe entities already