-
I've injected a GraphQL endpoint into my otherwise Flask based REST API (using Graphene).
Unfortunately this breaks the flasgger swagger ui:
`AttributeError: type object 'GraphQLView' has no attri…
-
I am having trouble finding documentation on how to reverse generate swagger.yaml or swagger.json from a flasgger app. Is this supported?
Ideally, I would like to hit an endpoint similar to /apido…
ashee updated
4 years ago
-
Not sure if this is the right place for this...if it should be swagger but...
The below is just learning code but I'm having issues with Flasgger picking up the right detail for `Example Value` for…
-
I want to use flasgger with flask+uwsgi+nginx,but the guidance is broken.
-
Hi,
I hope you are doing well. I have a flask app that I'm trying to add in flasgger to in order to take advantage of Open API. Here is a sample of my code
```
from flasgger import Swagger
from …
-
Hi Flasgger team 👋 . Hope you are doing well. I tried to run this file:
```
"""
A test to ensure routes from Blueprints are swagged as expected.
"""
from flask import Blueprint, Flask, jsonify
…
-
Hi!
After a recent upgrade to Flasgger 0.9.7.1, it breaks compatibility with Python 3.7 and Flask 2.3.
```
Traceback (most recent call last):
File "/.../lib/python3.7/site-packages/flask/app…
-
Im not sure the best way to describe the issue, so ill give a bit of working code, and then what you need to do to reproduce the error:
```python
from flask import Flask, jsonify, request
from flas…
-
Flasgger isn't validating date. This is kinda what I have. I am using json object instead of yml.
```
'mydate': {
'type': 'string',
'format': 'date'
}
```
-
Does SwaggerView allow multiple methods in the class?
Regarding https://github.com/rochacbruno/flasgger/blob/master/examples/marshmallow_apispec.py
I only see one method at a time