I'm using Refit and it works fine as most of my server endpoints return JSON. However, I have a couple of endpoints that return XML.
Is it possible to change Refit's ContentSerializer
at runtime for specific endpoints?
I'm using Refit and it works fine as most of my server endpoints return JSON. However, I have a couple of endpoints that return XML.
Is it possible to change Refit's ContentSerializer
at runtime for specific endpoints?