Category "refit"

Refit 6 not working when android project built with unity

I'm using Refit 6 in unity for rest calls but when project is built for Android getting below error. Message: MissingMethodException: Constructor on type 'Refit

Refit's Default behavior for object in post method without [body]

I am reading Refit's https://github.com/reactiveui/refit#body-content document and understand what Body attribute when used for the 4 possibilities. My question