fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.25k stars 1.57k forks source link

Example of work with external client #778

Closed nospoon27 closed 1 year ago

nospoon27 commented 2 years ago

To begin with, I would like to warn you that I translated this text with the help of a translator. Excuse me. Everything suits me in your template.

I just want to suggest adding an example of working with a third-party http client. I think it will be useful for many people.

For example, you can simply use the service https://jsonplaceholder.typicode.com/

iammukeshm commented 1 year ago

You can check https://github.com/fullstackhero/blazor-wasm-boilerplate, which uses this API as the backend.