This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
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 :)