Reinami / sanic_crud

MIT License
54 stars 12 forks source link

Add sanic_openapi/swagger support #11

Open Reinami opened 7 years ago

Reinami commented 7 years ago

https://github.com/channelcat/sanic-openapi

Reinami commented 7 years ago

Looks like we may need to switch to use function views instead of class views. Could write a function that generates the function for us? https://github.com/channelcat/sanic/blob/master/docs/sanic/routing.md