-
REF:
http://stackoverflow.com/questions/41604212/how-to-use-flasgger-with-flask-applications-using-blueprints
-
We're developing an Open Source [iOS client](https://github.com/SwiftMeetupHamburg/pixelated-mosaic-ios) for pixelated that's consuming the REST API provided by the pixelated user agent. When we start…
-
In flask-restful, we use:
1) [Argument parsing](https://flask-restful.readthedocs.io/en/0.3.5/quickstart.html#argument-parsing) to check the incoming request conforms to what we want.
2) [Data f…
-
> Docstring in triple quotes is not working in the head method. I am using the package flassger. I am not able to use docstring in head method for swagger ui. However, it is working in patch, post, …
-
https://github.com/mtronrd/flasgger/commits/definitions
-
```
File "/usr/local/lib/python3.6/site-packages/flasgger/base.py", line 415, in get
endpoint=rule.endpoint, verb=verb
File "/usr/local/lib/python3.6/site-packages/flasgger/base.py", line 67, i…
-
Using the example code from: http://apispec.readthedocs.io/en/latest/
```python
from apispec import APISpec
from flask import Flask, jsonify
from marshmallow import Schema, fields
# Create an…
-
Have you seen https://github.com/jazzband/pip-tools?
You keep your dependencies pinned (repeatable builds) and up to date easily.
I can take a stab at adding it if you agree.
-
Hi,
is it possible to change the response body when the code is 204?
The only way that I found it was change the javascript code.
-
Hi Bruno,
First of all thanks for this awesome library :)
I can see that the format flasgger requires is slightly different from the one used by swagger.
That works fine, but in order to test my ap…