-
Flask-restx uses `ujson` for serialization by default, falling back to normal `json` if unavailable.
As has been mentioned before `ujson` is quite flawed, with some people reporting rounding errors.
…
-
Hello everyone :wave:
Some have been wondering if this project is dead (#593 #418).
No it's not but maintaining an open-source requires some time (at least). As a consequence, I added some mainta…
-
Hello everyone,
It has now been almost a year since we first started discussions about the future of Flask-RESTPlus in #593.
During the past months, a few of us have been granted maintainers acc…
-
**As a** developer
**I need** to update the container to use Flask-RESTX
**So that** the service can have a standardized API structure and easier integration of Swagger documentation
### Details …
-
## 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…
-
Hi, I'm completely new to python world so excuse my lack of knowledge.
I read in the documentation that this also supports **Flask-RestPlus Resource constructors**, even though I could find neither…
-
### **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__…
-
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…
-
Attempting to return the following data structure to the user and document properly in swagger:
```
{ 'dynamic_key_1': ['string1', 'string2'], 'dynamic_key_2': ['string3]', ... }
```
i.e. a di…
-
@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…