mirror of https://github.com/encode/starlette.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 <marcelotryle@gmail.com>
This commit is contained in:
parent
2ec6db2de6
commit
b032e07f6a
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue