From b032e07f6a883c0de2445fd5953a323ec43a94ed Mon Sep 17 00:00:00 2001 From: WuMingyu Date: Tue, 22 Feb 2022 18:37:10 +0800 Subject: [PATCH] Add apiman to third-party-packages document (#1526) * Add apiman to third-party-packages * Update docs/third-party-packages.md Co-authored-by: Marcelo Trylesinski --- docs/third-party-packages.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 5ddefbb8..6dc9892b 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -168,3 +168,9 @@ A flexible and extendable web framework built on top of Starlette, Pydantic and GitHub | Documentation + +### Apiman + +An extension to integrate Swagger/OpenAPI document easily for Starlette project and provide [SwaggerUI](http://swagger.io/swagger-ui/) and [RedocUI](https://rebilly.github.io/ReDoc/). + +GitHub