Simplify API Consumption with Refit

Thursday, Aug 7 1:30 PM - 2:30 PM Room D3

Description

Integration of .NET Projects with API's can often be tedious, with the common patterns involving a lot of HttpClient work, repetition, and potentially wasted time. Refit is an open source library that introduces an entirely different way to architect your API consumption that will speed your time to development and let you get back to doing the things that you should be doing which is implementing your true product solution.

This presentation will showcase the powers of Refit and will show multiple examples of how complex API's can be called quickly and limited coding needed to create downstream clients that can interact with the APIs. Examples will be provided for internal use (Your own API's used by you) and external use (You are consuming someone else's API). Included in these examples are side-by-side comparisons showcasing the time/code savings introduced by using Refit.