factset / quart-openapi

Module for Quart to add Flask-RESTPlus like functionality
https://factset.github.io/quart-openapi/
Other
82 stars 22 forks source link

Can I use a PintBlueprint as a quart.Blueprint. #54

Open aarondewindt opened 3 years ago

aarondewindt commented 3 years ago

I want to provide an API to my application without splitting it up in a backend and frontend. It's a small quick project. Can I just create the resources, wrap them in a blueprint and give them to my Quart instance?