-
I tried adding a very simple step in my tox build to check that my readme is correct:
```
[testenv:readme]
deps =
restructuredtext-lint
skip_install = true
commands = rst-lint README.rst
…
-
Hi,
One of my application requires to upload a file through flasgger. I am not sure, how to define the conf.
Below is what I did reading the Swagger docs:
`
"""
This API let's you train wor…
-
Hi there,
First off great project! Just a general question. Not sure if this is the same as issue #88
I'm using the `flask-restful` and would like to define my API externally in a YAML file and …
-
I have tried to use Zappa 2 times from 2 different Django apps to 2 different AWS accounts and I get the exact same result both times.
The deployment seems to work and I get this
```
100%|##########…
-
Hey, I tested flasgger with Flask alone and work pretty well, good work!
I'm working with a flask proyect and we are using `FlaskRestless` extension, how can I make it work with `preprocessors` usi…
-
Fields typically have some helpful text for a UI (be that graphical or command line) and it is surprising that marshmallow omits this.
While it is possible to casually add arbitrary properties to …
-
```python
def requires_basic_auth(f):
"""Decorator to require HTTP Basic Auth for your endpoint."""
def check_auth(username, password):
logger.info('2'*100)
user = Use…
-
Would be cool to join the /api/auth/ GET/POST under the one /api/auth.
I've seen this doable in django-rest-swagger libraries. Is it possible in flasgger?
![image](https://cloud.githubuserconte…
-
This is the current demo app http://flasgger.pythonanywhere.com/
we need to improve that template currently showing a simple ul/li list.
would like to have a responsive grid with each example in…
-
**As a** client
**I need** documentation on the index method
**So that** I can read and understand the API endpoint
**Assumptions:**
* Documentation using swagger Flasgger
* Documentation will…