From 0826be099f8a4488c68954d28dd63d15ac24ade6 Mon Sep 17 00:00:00 2001 From: strongbugman Date: Sat, 19 Feb 2022 08:41:50 +0000 Subject: [PATCH 1/2] Add apiman to third-party-packages --- 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 5ddefbb80..e2d31b0e3 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 + +A 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 From 068d2943fde219bac6ba2f2c1ae0877c34c348de Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Sat, 19 Feb 2022 05:51:44 -0300 Subject: [PATCH 2/2] Update docs/third-party-packages.md --- docs/third-party-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index e2d31b0e3..6dc9892b2 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -171,6 +171,6 @@ A flexible and extendable web framework built on top of Starlette, Pydantic and ### Apiman -A 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/). +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