jsonapi-utils icon indicating copy to clipboard operation
jsonapi-utils copied to clipboard

Non-REST actions?

Open adambedford opened this issue 7 years ago • 0 comments

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?

adambedford avatar Mar 15 '18 20:03 adambedford