Merge pull request #380 from channelcat/openapi-extension

Added sanic-openapi to extensions
This commit is contained in:
Eli Uriegas 2017-01-31 07:39:38 -06:00 committed by GitHub
commit c91d264ff1

View File

@ -6,3 +6,4 @@ A list of Sanic extensions created by the community.
Allows using redis, memcache or an in memory store. Allows using redis, memcache or an in memory store.
- [CORS](https://github.com/ashleysommer/sanic-cors): A port of flask-cors. - [CORS](https://github.com/ashleysommer/sanic-cors): A port of flask-cors.
- [Jinja2](https://github.com/lixxu/sanic-jinja2): Support for Jinja2 template. - [Jinja2](https://github.com/lixxu/sanic-jinja2): Support for Jinja2 template.
- [OpenAPI/Swagger](https://github.com/channelcat/sanic-openapi): OpenAPI support, plus a Swagger UI.