Refit Series Posts
December 05, 2023
Scott DePouw
There are lots of ways to work with in .NET. When working with external APIs, I’ve recently discovered a rather useful mechanism that lets me set up a named…
December 11, 2023
Scott DePouw
When we got started with Refit in my previous post I left a question open: If we wanted detailed information on HTTP traffic in Refit, how would we go about it…
December 19, 2023
Scott DePouw
Refit exposes several settings and options. One such option enables the ability to add bearer tokens (any headers, really) to outgoing requests. To get this…