All Versions
10
Latest Version
Avg Release Cycle
47 days
Latest Release
2754 days ago
Changelog History
Changelog History
-
v1.2.2
April 19, 2017 -
v1.2.1
April 19, 2017 -
v1.2.0
March 16, 2017 -
v1.1.0
March 16, 2017 -
v1.0.1
February 16, 2017 -
v1.0.0
February 16, 2017 -
v0.3.2
March 01, 2016 -
v0.3.1 Changes
February 22, 2016๐ 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 :)
-
v0.3.0 Changes
February 22, 2016๐ Allow passing options to
index
, so you canlimit 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"
-
v0.2.0 Changes
February 22, 2016๐ Supporting almost all Stripe entities already