Trevor Keegan
Trevor Keegan
As a beginner, I am stuck with this Perhaps you can advise and add to the beginner tutorial?
Here is the relevant code ```python def make_app(dbpath, opener = None): app = APIFlask(__name__) cors = CORS(app) app.config['CORS_HEADERS'] = 'application/json' @app.get('/') @app.doc(summary='Say hello', description='Some description for the /hello') def index():...
```json { "info": { "title": "APIFlask", "version": "0.1.0" }, "openapi": "3.0.3", "paths": { "/": { "get": { "description": "Some description for the /hello", "parameters": [], "responses": { "200": { "content":...
Interesting, looks like this just isn't compatible with Gunicorn? if i run the flask development server locally i can see the docs
@fliiiix, would you be interested in a CI step that will publish the actual output for each integration test on failure? this would be convenient for me, as i develop...
@fliiiix, i think this is ready for a review. Codecov is failing because some of those lines that were changed (colorful to rich) are not covered by tests. There is...
@fliiiix this has been open for quite a while, can you take a look?
> Need to drop 3.5 support first. when is a good time to drop 3.5 support?
Sure I'd take a swing
oh boy this is going to break every single integration test 😆