Skip to content

kilicars/AspNetCoreRefitDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AspNetCoreRefitDemo

This project demonstrates how to use Refit library in ASP.NET Core.

To run the project you need to get an API key from here as the API makes an external API call to TMDB site.

Then update the following line in Program.cs class with your API Read Access Token:

var authToken = "***WRITE YOUR API READ ACCESS TOKEN HERE";

This project was originally developed as a demo project for the following post:

Using Refit in .NET

About

Demonstration of how to use Refit in ASP.NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages