-
Users should be able to easily validate JSON contained in the body of incoming requests (e.g. from POST, PUT or PATCH requests).
Two popular ways of doing this in Python seem to be [jsonschema](htt…
-
New to flasgger and was interested in the apispec example, but unfortunately the instructions seem out of date?
Quoting https://github.com/rochacbruno/flasgger#readme
> Flasgger also supports Mars…
-
**Requirements**
I want to let user cannot input a number parameter not greater than a specific value in swagger ui
and also server-end could validate the input parameter
**Problem**
I tried belo…
zhugw updated
6 years ago
-
As an aside to this - I have been mucking with some pythonanywhere scripting. There are quite a few limitations to be aware of, but provided you are willing to do some initial manual set-up, it is po…
-
There is a file conflict between flasgger and micawber, because both install files into the too generic path name examples.
For reference, please see [this Arch Linux bug](https://bugs.archlinux.org/…
dvzrv updated
6 years ago
-
Hello.
I have mainApp.py and right now use Vagrant
```
from flask import Flask
import logging
from controllers.MainController import main_api
import settings,os
from flasgger import Swagger
…
ghost updated
6 years ago
-
According to [apispec/Changelog](https://github.com/marshmallow-code/apispec/blob/dev/CHANGELOG.rst#0390-2018-06-28)
> [apispec.core]: Backwards-incompatible: Change plugin interface. Plugins are n…
xeroc updated
6 years ago
-
Hello
I have an issue now that is
https://gist.github.com/anonymous/904c4628fc3f9d23870a915cf0111610
because we have some files like
https://zerobin.net/?e3390f9a981a3ccd#mAvv8zX8ItzuQPs6qxIqXV…
-
Trying to convert PIP packages into Debian packages using **python-stdeb** (for maintainability purposes). Having scripts and mechanism to do it, which works perfectly fine. It converts any PIP packag…
-
Step 1: 環境
============
* Linux coordiserver 4.17.0-3-amd64#1 SMP Debian 4.17.17-1 (2018-08-18) x86_64 GNU/Linux
* Sakuten/devenv@22a22738848c07dcea5edb0fdfd1e0b026b84e21
* Sakuten/frontend…