grape-jsonapi-resources icon indicating copy to clipboard operation
grape-jsonapi-resources copied to clipboard

Serialize objects via JSONAPI::Resources for Grape API

Results 5 grape-jsonapi-resources issues
Sort by recently updated
recently updated
newest added

I'm attempting to utilise this library with Rails (7.0.7), Grape (1.7.1), and Ruby (3.2.2). but I'm running into issues when the formatter is attempting to resolve the resource class for...

I have a core API class that defines my API and mounts my endpoints. ``` module API class Core < Grape::API prefix :api include ErrorHandlers helpers AuthHelpers default_format :json content_type...

Happy to click some buttons for this. Will help with discovery and bus factor. Nothing changes in terms of maintenance.

When trying to view an endpoint. undefined method `namespace_inheritable' for #Grape::Endpoint:0x0... Grape::Formatter::JSONAPIResources.build_options_from_endpoint grape-jsonapi-resources (0.0.7) lib/grape-jsonapi-resources/formatter.rb, line 70 Grape was working fine with grape-entities. Perhaps this is a version compatibility problem?...

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...