mirror of https://github.com/encode/starlette.git
docs(schemas): added third party block (#237)
This commit is contained in:
parent
2d631446e9
commit
1ecf7d7146
|
@ -89,4 +89,11 @@ if __name__ == '__main__':
|
||||||
print(yaml.dumps(app.schema, default_flow_style=False))
|
print(yaml.dumps(app.schema, default_flow_style=False))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Third party packages
|
||||||
|
|
||||||
|
#### [starlette-apispec](starlette-apispec)
|
||||||
|
|
||||||
|
Easy APISpec integration for Starlette, which supports some object serialization libraries.
|
||||||
|
|
||||||
[openapi]: https://github.com/OAI/OpenAPI-Specification
|
[openapi]: https://github.com/OAI/OpenAPI-Specification
|
||||||
|
[starlette-apispec]: https://github.com/Woile/starlette-apispec
|
||||||
|
|
Loading…
Reference in New Issue