Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 851 Bytes

File metadata and controls

19 lines (11 loc) · 851 Bytes

TeePee Logo

TeePee.Refit

NuGet: NuGet Downloads

Add on adaptor for TeePee when production code is using Refit.

Build Status

Documentation

Setup your mocking with the TeePeeBuilder as usual, and then attach to the Refit interface.

var teePeeBuilder = new TeePeeBuilder(); // Set up http mocking

services.AttachToRefitInterface<IMyRefitInterface>(teePeeBuilder.Build());