You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the formatter support pagination? We are trying to use Grape and jsonapi-resources together to create an API to spec, however, we cannot get pagination to work properly. I believe this is because normally with jsonapi-resources, the request is routed through a ResourceController and during serialization the appropriate operations are applied and meta keys filled out.
Thanks for any insight!
The text was updated successfully, but these errors were encountered:
My use case has just been for using as a serialization layer to ember-data so I've been doing pagination manually (render documents, meta: { ...pagination metadata... }) and haven't really gotten into all the other goodness in jsonapi-resources so this might not fit your needs at the moment (though PRs are welcome if you don't find anything else).
Does the formatter support pagination? We are trying to use Grape and jsonapi-resources together to create an API to spec, however, we cannot get pagination to work properly. I believe this is because normally with jsonapi-resources, the request is routed through a
ResourceController
and during serialization the appropriate operations are applied andmeta
keys filled out.Thanks for any insight!
The text was updated successfully, but these errors were encountered: