diff --git a/docs/third-party-packages.md b/docs/third-party-packages.md index 63c42b37..27776e9e 100644 --- a/docs/third-party-packages.md +++ b/docs/third-party-packages.md @@ -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 + +GitHub + +Generate OpenAPI spec document and validate request & response with Python annotations. Less boilerplate code(no need for YAML). + ### Mangum GitHub