-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add OpenAPI + UI #119
Comments
FYI Swashbuckle is dead - dotnet/AspNetCore.Docs#31437 |
not entirely true, watch this: https://www.youtube.com/watch?v=8yI4gD1HruY I'd go with what's in the video - Microsoft.AspNetCore.OpenApi + Scalar.AspNetCore |
Honestly I am not even sure why you'd need an OpenApi here - those are usually done for public facing Rest services, and not for specific implementation that are only used by certrain Clients (like this one ;) |
purely for debugging purposes...to be able to copy&paste it to postman and play around with the endpoints. a couple of times in the past, I would have appreciated if I had an easy way to check what's coming back from the checkfileinfo endpoint |
again, low prio and a nice to have... |
https://docs.microsoft.com/en-us/aspnet/core/tutorials/web-api-help-pages-using-swagger?view=aspnetcore-5.0
The text was updated successfully, but these errors were encountered: