update 3rd packages: add spectree (#783)

This commit is contained in:
Yang Keming 2020-01-06 18:48:20 +08:00 committed by Tom Christie
parent c80558e04d
commit 84eac86057
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ Simple APISpec integration for Starlette.
Document your REST API built with Starlette by declaring OpenAPI (Swagger)
schemas in YAML format in your endpoint's docstrings.
### SpecTree
<a href="https://github.com/0b01001001/spectree" target="_blank">GitHub</a>
Generate OpenAPI spec document and validate request & response with Python annotations. Less boilerplate code(no need for YAML).
### Mangum
<a href="https://github.com/erm/mangum" target="_blank">GitHub</a>