From 84eac8605777cebb817df63d0c4cc35c009f5858 Mon Sep 17 00:00:00 2001 From: Yang Keming <12974685+kemingy@users.noreply.github.com> Date: Mon, 6 Jan 2020 18:48:20 +0800 Subject: [PATCH] update 3rd packages: add spectree (#783) --- 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 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