-
Hi,
I don't have enough time to dedicate to this project, also I am now working focused on Quality Engineering and test automation, web dev and API development with Flask is no more part of my dail…
-
Hi, I'm using Flask-restful integration with many blueprints and using yml to write the specs.
May I know if we can create multiple pages, probably a configuration that groups tags together in a page…
-
## Introduction
Callbacks have been added to OpenAPI v3.0 and is now supported in Swagger UI 3 but using it in Flasgger does not work.
## Actual results:
The following code was used as documentat…
-
As discussed with @tomkralidis , html formatting is correctly provided for the features page `/features/?f=html`, however, the OpenAPI definition `/features/api?f=html` generates a response in JSON, n…
-
Hi,
Came across responder as flasgger doesn't seem to be maintained atm, and there's some issues with apispec.
I have been looking at having blueprints like in Flask, but haven't found anything.…
-
Привет, делаю так
```python
from deeppavlov.deep import find_config
from deeppavlov.core.commands.infer import build_model
config_path = find_config('elmo_ru_wiki')
model = build_model(config_pat…
-
`falcon-oas` is for the most part a general OpenAPI validation library with a Falcon integration. Would you be open to factoring out the general OpenAPI validation core into an independent library? Th…
-
Getting 404 for "static_url_path": "/application/apidocs"
-
Hi,
I have a question regarding usage of polymorphic schema objects.
Say, I have a base Config class object, with only id, name and type fields:
```python
class Config(Schema):
id = base_f…
-
Merge separate documents under **/apidocs** into a single one to simplify development and reduce maintenance effort.