-
### **Code**
```python
import json
import requests
from flask import Flask, request
from flask_restx import Api, Resource, fields
from jsonschema import FormatChecker
app = Flask(__name__…
-
Thank you for forking this project. It does not seem like this issue is addressed yet nor did I see an existing issue mentioning it, so porting it over to this project. I believe these 3 issues captur…
-
# Designing Well-Structured REST APIs with Flask-RestPlus: Part 1
[https://preslav.me/2018/12/02/designing-well-structured-rest-apis-with-flask-restplus-part-1/](https://preslav.me/2018/12/02/desig…
-
@chavli thanks for sharing this more complete implementation of a backend restful app. I think you have pulled together a very nice complement of features into this that were helpful to help me impro…
-
## Describe the bug
The openAPI spec is empty when trying to generate for a python web application using flask-restx and flask-restplus
## How to reproduce
Create a sample web-application using…
-
Hello,
I wanted to export API as a Postman but I have the following error:
File "test2.py", line 18, in
data = api.as_postman()
File "/home/zenakad/cdaas-api/lib/lib/python2.6/site-packages/f…
-
We spuriously, yet regularly, are seeing this error when running Flask-RESTplus. Anyone have any idea how to fix this?
```
Traceback (most recent call last):
File "lib/flask/app.py", line 1475,…
-
Traceback (most recent call last):
File "/code/demo/eidas_start_demo.py", line 10, in
from demo.eidas_bridge_api import init_api_server
File "/code/demo/eidas_bridge_api.py", line 7, in
…
-
We're faced with a very weird issue, reproducible with our code - https://github.com/vedavaapi/vedavaapi_py_api/issues/3 (README and setup script in the same repo).
Observations:
- https://api.ved…
-
Hi,
Thanks for creating this nice package, I think it is exactly what I need for my project.
However the package seems to work only with `apispec>> import flask_restplus_marshmallow
Traceback (…