Skip to content
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

Open
petrsvihlik opened this issue Mar 19, 2021 · 5 comments
Open

Add OpenAPI + UI #119

petrsvihlik opened this issue Mar 19, 2021 · 5 comments

Comments

@petrsvihlik
Copy link
Owner

https://docs.microsoft.com/en-us/aspnet/core/tutorials/web-api-help-pages-using-swagger?view=aspnetcore-5.0

@dviry
Copy link
Collaborator

dviry commented Feb 27, 2025

FYI Swashbuckle is dead - dotnet/AspNetCore.Docs#31437

@petrsvihlik
Copy link
Owner Author

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

@petrsvihlik petrsvihlik changed the title Add Swashbuckle Add OpenAPI + UI Feb 27, 2025
@dviry
Copy link
Collaborator

dviry commented Feb 27, 2025

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 ;)

@petrsvihlik
Copy link
Owner Author

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

@petrsvihlik
Copy link
Owner Author

again, low prio and a nice to have...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants