From 765e90ecfa5d91cdfe015c163e8f4111c99256e6 Mon Sep 17 00:00:00 2001 From: Ashley Sommer Date: Tue, 4 Apr 2017 13:40:59 +1000 Subject: [PATCH] update extensions Add Sanic-RestPlus! --- docs/sanic/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sanic/extensions.md b/docs/sanic/extensions.md index ec22a9d2..c9e0a2d1 100644 --- a/docs/sanic/extensions.md +++ b/docs/sanic/extensions.md @@ -20,3 +20,4 @@ A list of Sanic extensions created by the community. - [Sanic-OAuth](https://github.com/Sniedes722/Sanic-OAuth): OAuth Library for connecting to & creating your own token providers. - [Sanic-nginx-docker-example](https://github.com/itielshwartz/sanic-nginx-docker-example): Simple and easy to use example of Sanic behined nginx using docker-compose. - [sanic-graphql](https://github.com/graphql-python/sanic-graphql): GraphQL integration with Sanic +- [Sanic-RestPlus](https://github.com/ashleysommer/sanic-restplus): A port of Flask-RestPlus for Sanic. Full-featured REST API with SwaggerUI generation.