xentek / hyperdrive

hypermedia state machine
https://rubygems.org/gems/hyperdrive
MIT License
5 stars 0 forks source link

Pagination support #22

Closed xentek closed 10 years ago

xentek commented 10 years ago

Endpoint now boasts page and per_page methods that return what the user passed in via params or sensible defaults. You can configure the default per_page in the hyperdrive block of the DSL.

refs #20