Simple applications to demonstrate how to use Refit to consume REST API services:
- WebApi: Web Api application to Mock the REST services, including the authentication mechanism to return access tokens
- ConsoleConsumerRefitREST: Console application using Refit library to consume the REST services exposed in the WebApi aplication
- Common.Models: A common library used by both applications with the common type models