Top "Refit" questions

Refit is a library heavily inspired by Square's Retrofit library, and it turns your REST API into a live interface.

Severity Code Description Project File Line Suppression State Error Could not install package 'Refit 4.0.1'

Installing Refit in Xamarin MvvmCross Profile 111 .NetPortable 4.5 Severity Code Description Project File Line Suppression State Error Could not install package …

c# xamarin mvvmcross refit
Refit.ApiException Error Handling

How do I get to the content of Refit.ApiException? Depending on what the inner content is, I want to …

refit
Refit and authorization header

Currently, I am adding an authorization header to my request like this: File: SomeFile.cs public interface ITestApi { [Get("/api/…

c# asp.net-authorization refit
Refit - Dynamic AND Static Header

I am using Refit and would like to set both a dynamic AND a static header. For this one specific …

c# refit