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

Pagination and more, take 2

Compare
Choose a tag to compare
@princemaple princemaple released this 22 Feb 16:54
· 106 commits to master since this release

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 :)