flask-restx icon indicating copy to clipboard operation
flask-restx copied to clipboard

Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask

Results 232 flask-restx issues
Sort by recently updated
recently updated
newest added

**Ask a question** I'm building an API with Flask-Restx, and I'm using flask-jwt-extended for the JSON web Token, I have views like this ```py class InputReaderView(Resource): """Endpoint for validate args...

question

Hi, I was wondering if you would like to integrate continuous fuzzing by way of OSS-Fuzz? Fuzzing is a way to automate test-case generation and can be used to find...

Hello flask-restx team! This is a bit of a nasty one sorry! We have recently twice observed a crash (call stack below) inside the Swagger() constructor on application startup, when...

bug

**Problem:** All python versions previous to 3.8 are now end of life and no longer supported. But, pip automatically installs the latest version of flask_restx on python 3.6 (or any...

**Ask a question** How to use 'form' location and process request as json? **Additional context** I wish to use form field to allow users to test my API by filling...

question

### **How to use flask-restx with a library that export the blueprint already with its paths, like openbrokerapi.** The code that is on [my repo](https://github.com/engFelipeMonteiro/openbrokerapi) is forked from [openbrokerapi](https://github.com/eruvanos/openbrokerapi) and...

question

This PR fixes #553 (reopens #560). The `referencing` library isn't required when the complete definition is present in schema.

* Add jinja test for potentially undefined variable in `swagger-ui.html`. Compatibility with jinja's StrictUndefined mode. * Add CHANGELOG.rst entry fixes #565

### **Repro Steps** (if applicable) 1. Change Flask app's Jinja environment from undefined to StrictUndefined: ```python app = Flask(__name__) app.jinja_env.undefined = StrictUndefined ``` 2. Visit the swagger documentation of the...

bug

**Ask a question** Flask was updated to version 3.0.0. This seems to break compatibility with flask-restx completely on my end. Are there plans to make them compatible again in the...

question