her
her copied to clipboard
Class-level response parsing?
Is there any way to override how attributes are set at the class-level, without Faraday middleware? I have a few non-restful endpoints that I would like to wrap. I can override the response middleware, but that would override it on my other classes as well.
Setting up different apis for different models would let you specify the middleware you want for each. Would that solve your issue?