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 redoc support for utoipa. #720

Merged
merged 1 commit into from
Aug 6, 2023
Merged

Add redoc support for utoipa. #720

merged 1 commit into from
Aug 6, 2023

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Aug 6, 2023

Add redoc support for utoipa.

Create new utoipa-redoc create and add simple redoc implementation. Add
redoc service support for actix-web, axum and rocket.

Add new warp-todo-redoc example to demonstarte utoipa-redoc in
standalone without pre-existing web framework integration.

Add CI setup for utoipa-redoc.

#531

@juhaku juhaku force-pushed the feature-redoc-support branch 3 times, most recently from d63844b to e281f67 Compare August 6, 2023 14:19
Create new utoipa-redoc create and add simple redoc implementation. Add
redoc service support for actix-web, axum and rocket.

Add new warp-todo-redoc example to demonstarte utoipa-redoc in
standalone without pre-existing web framework integration.

Add CI setup for utoipa-redoc.
@juhaku juhaku merged commit 6baa9b0 into master Aug 6, 2023
8 checks passed
@juhaku juhaku deleted the feature-redoc-support branch August 6, 2023 14:45
juhaku pushed a commit that referenced this pull request May 1, 2024
This is a PR for adding [Scalar](https://scalar.com/) API visualization to the utoipa ecosystem. Scalar is yet another web application for OpenAPI specifications, but I prefer it over Redoc/Rapidoc since it shows the model types too! 

Most of the things here were mimicked after the Redoc PR (#720).

- The crate has been added to the CI/publish/test scripts
- The todo-axum/todo-actix/todo-rocket examples now serve Scalar too under /scalar
- The crate has been implemented for axum, actix-web, and rocket
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

None yet

1 participant