Registry / web-framework / grape-kaminari

grape-kaminari

JSON →
library0.4.5rbrubygemsunverified

kaminari paginator integration for grape API framework.

gem install grape-kaminari
INSTALL
IMPORT
SIG · GRAPE-KAMINARI
G
grape-kaminari
web-frameworkrubyv0.4.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Grape
require 'grape-kaminari'

Paginate a Grape API endpoint using kaminari.

require 'grape-kaminari' class API < Grape::API params do optional :page, type: Integer, default: 1 optional :per_page, type: Integer, default: 10 end get :items do paginate Item.all end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Meta
1
Resources
grape-kaminari — gem install grape-kaminari · libregistry