davidfowl / TodoApi

Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication
MIT License
2.79k stars 419 forks source link

Question : What does the todo.http file do? #21

Closed NicoJuicy closed 1 year ago

NicoJuicy commented 1 year ago

I don't see a reference to the file and it's describing the endpoints.

What is that file for?

cwe1ss commented 1 year ago

It can be used with this VS Code extension: https://marketplace.visualstudio.com/items?itemName=humao.rest-client

REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.

NicoJuicy commented 1 year ago

Thanks!