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
{{ message }}
This repository was archived by the owner on Aug 24, 2022. It is now read-only.
I referenced 6f29307 and built a custom encoder with application/vnd.api+json as content type but then the charset media type parameter is added. I tried specifying :charset "" in wrap-restful-response options and got an exception re unsupported charset.
My API has to conform to the JSON API format http://jsonapi.org/format/
I referenced 6f29307 and built a custom encoder with
application/vnd.api+json
as content type but then the charset media type parameter is added. I tried specifying:charset ""
inwrap-restful-response
options and got an exception re unsupported charset.My solution is this janky middleware:
Is there a way to do this that I missed?
Thanks!
The text was updated successfully, but these errors were encountered: