Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 423 Bytes

File metadata and controls

6 lines (4 loc) · 423 Bytes

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