-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
Swagger UI #632
Comments
Hello, I'm also doing a research in this field. Try to use poem with its built-in openapi support. It is a pleasure to me after utoipa, where you need to manually wire utoipa itself separately and type every parameter, property. utoipa is unsound, it doesn't make checks and lies (mostly because you forgot to fix some routes) |
Maybe should give aide a try. I do not have time to test it with loco right now, but was discussed in axum issues already. The examples seems very promissing to me. |
salvo is another good alternative with very nice OpenAPI integration and is simple to use. |
We are now concluding this with https://github.com/loco-rs/loco/tree/master/examples/demo#openapi-with-utoipa |
Feature Request
I find it really helpful to have SwaggerUI for my APIs. It especially helps for working with frontend devs who might not speak Rust.
Utopia-swagger-ui
looks like a good option and they already have an Axum integration so it seems like aThere are other swagger-ui implementations in Rust but Utopia looks like the closest to a drop-in solution.
Related issue #612.
The text was updated successfully, but these errors were encountered: