How to Access Scaler UI (Replacement of Swagger) #557
Sen-Gupta
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Grandnode has recently adopted OpenApi specification support released with .Net 9.
It has led to removal of SwaggerUI. (But if you still like it, you can enable it: https://www.youtube.com/watch?v=8yI4gD1HruY)
Grandnode is using something a little more polished called Scaler.
How to access: (Assuming you are running GrandNode Web on https://localhost:5001/)
The Frontend API
https://localhost:5001/scalar/v2.json
https://localhost:5001/scalar/v2
The Backend API
https://localhost:5001/openapi/v1.json
https://localhost:5001/scalar/v1
Perhaps helps save someone 15 mins of struggle.
@KrzysztofPajak could it be somehow part of ReadMe?
Beta Was this translation helpful? Give feedback.
All reactions