-
Right now the API link goes straight to the `api/v1/model`. But it really should be a landing page where we link to (multiple) APIs.
Add a new blueprint called `blueprints/api.py`. It should have a…
-
It should be possible to build a `BaseSchema` interface from a Flask app, at least some limited version. E.g. there are rules for all urls in `app.url_map` with parameters and optional types inside - …
-
I apology in advanced if it's a problem already discussed (and maybe solved), it could be a duplicate of [issue #1248](https://github.com/pomerium/pomerium/issues/1248), and potentially connected to […
jtheo updated
4 years ago
-
Integrar con [Flasgger](https://github.com/flasgger/flasgger) o similar para ofrecer documentación de la API.
-
Hi,
We have started using ketcher with indigo. We serve both from the same instance in a separate url from the main platform url where the user loads the page. Our server uses node.js and we have d…
-
Hi,
I want to have my own HttpBin instance (because don't want to DDOS public version) for many requests. But I want to close access to my instance over basic auth, but new Swagger UI doesn't work.…
-
Currently, the `openapi.yml` is generated via a custom script. This should probably be managed via a library and annotating our code instead.
-
Hi~!
I'm using flasgger 0.9.2
The problem is when I deploy source code to ec2, The `/apidocs` page working properly with IP address and port.
But with domain name, `/apidocs` page cannot get apis…
-
http://flasgger.pythonanywhere.com/ just has "Coming Soon".
-
Hello,
I am using a nested reference, which is documented successfully by Flasgger. However, Flasgger breaks when I try to use validation for it.
For example, this code doesn't allow the ```requ…