]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Add apiman to third-party-packages document (#1526)
authorWuMingyu <strongbugman@gmail.com>
Tue, 22 Feb 2022 10:37:10 +0000 (18:37 +0800)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 10:37:10 +0000 (10:37 +0000)
* Add apiman to third-party-packages

* Update docs/third-party-packages.md

Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
docs/third-party-packages.md

index 5ddefbb8084d3001b3ced5aff69745aa929d83c4..6dc9892b2ef1fd3a59e97f0bda3b4738eeb37b5e 100644 (file)
@@ -168,3 +168,9 @@ A flexible and extendable web framework built on top of Starlette, Pydantic and
 
 <a href="https://github.com/adriangb/xpresso" target="_blank">GitHub</a> |
 <a href=https://xpresso-api.dev/" target="_blank">Documentation</a>
+
+### 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/).
+
+<a href="https://github.com/strongbugman/apiman" target="_blank">GitHub</a>