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

Why no demo on how to list the documented API or to borrow your terminology, PintBlueprint #41

Closed Havanero closed 4 years ago

Havanero commented 4 years ago

Hi there,

Since restplus is dead, I'm looking for ways to migrate from flask to quart and something similar to restplus... but unfortunately i cannot follow your framework on listing the APIS once we have: 1) declare the endpoints for PintBlueprint (restplus namespace) 2) register this with Pint (quart app) 3) point to prefix /api/v1

on point 3 I would expect the listing openapi docs

zeroshade commented 4 years ago

If you look at the unit tests you can see examples using blueprints and retrieving the openapi docs (https://github.com/factset/quart-openapi/blob/master/tests/test_blueprints.py#L93)

It does make sense to add some examples to the docs that have this, but is looking at the unit tests sufficient to get you going for the time being?

zeroshade commented 4 years ago

Gonna close this issue for now, feel free to reopen it if necessary @Havanero