jsonapi-utils
jsonapi-utils copied to clipboard
Non-REST actions?
I'm trying to use JSONAPI Utils for a non-RESTful endpoint users/invite and would like to be able to use the resource_params and relationship_params helpers, however they're both returning {} because @request.operations is empty. Is there any guidance on how to approach this?