-
In my flask app I want to change routes dynamically. I was able to implement this in flask, but when I visit /apidocs, it does not reload changes and shows only routes that were there when I started t…
-
Hello everyone,
in the example of https://github.com/flasgger/flasgger/blob/master/README.md#using-marshmallow-schemas it shows how to use nested to define a list as response. It returns e.g.
```
…
-
Hey,
I also get the "No operations defined in spec" error using the swagger-ui. If I directly access the url (http://localhost:8080//rest/api-docs) HTTP 200 is returned and the JSON-file contents i…
-
$ export DATASTORE_VIEWER_HOST=127.0.0.1
$ export DATASTORE_VIEWER_PORT=8082
$ datastore-viewer
Traceback (most recent call last):
File "/home/krolaw/.local/bin/datastore-viewer", line 4, in
…
-
Hi everyone, this weird thing happened to me today. When I installed my pacakge (which imports and uses flasgger) to a Linux server and called the /apidocs/index.html, flasgger tried to find index.htm…
-
Hello,
Your recent release of 6.0.0 of webargs has unexpectedly broken our Flask apps. It seems now the @use_kwargs decorator from the `webargs.flaskparser` **completely fails to parse** GET query …
-
I am following the instructions provided in: https://github.com/lyft/amundsen/blob/master/docs/installation.md to bootstrap a default version of Amundsen using Docker, with the Atlas backend. After do…
-
Hi
Need some help because gae-init is not working!
I tried to resolve it the whole day .-(
When I add flasgger or flask_restplus to the requirements.txt and
from flasgger import APISpec, Schema,…
-
With the current state of flask_pyoidc we're running into the issue of not silently refreshing the tokens when it's desired.
Our current setup is as follows: API endpoints are protected using flask…
-
**TLDR; Expected Behavior:**
Since we use a universal/app-wide schema, as defined by the `template_file` parameter when instantiating Swagger, we should not have to add validation decorators to all…