From: WuMingyu Date: Tue, 22 Feb 2022 10:37:10 +0000 (+0800) Subject: Add apiman to third-party-packages document (#1526) X-Git-Tag: 0.19.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b032e07f6a883c0de2445fd5953a323ec43a94ed;p=thirdparty%2Fstarlette.git 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 --- 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