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

Hey there! I'm a newbie who just switched from Java to Python. I've been looking into GPT and related documentation and issues. It seems that in the Flask-RESTx framework's API,...

question

Hi everybody, I went to the request parser section in the documentation and there is a red banner saying that the module will be deprecated. So what is the current...

question

**Ask a question** Hello, I've tested the example of the Todo API that you provided. It's structured using classes to define the API resources. However, I'm wondering if it's possible...

question

Hi there, I have tried to find the proper way to add basic authentication to the swagger.io page. However, from the documentation I'm not sure how it is meant to...

question

Hello. Is there any document describing procedure of migrating application from `flask-restplus` to `flask-restx`? Are there any issues converting or known hacks to be applied? I am preparing to switch...

documentation
question

I want to add OAuth2.0 (flow = password) authentication to the Swagger page, and add mandatory authentication to some interfaces to access. I want to set up a request to...

question

If I create a request parser with an argument whose location is json and type list, in the api swagger json I see this argument as type string. I would...

bug

I got `Unable to render schema` and I had to tweak the library code to find out which of my 20+ schemas is causing the problem. By tweaking, I mean...

enhancement

Shortcuts can silently collide and overwrite end-points, generating incorrect swagger documentation. The following example is incorrectly generating the swagger document: ![image](https://github.com/user-attachments/assets/128c9b1f-534a-4bdb-9ae2-206fc692b281) If you press the first get method all the...

Fix #613. When using e.g. `fields.List` for response structures, any models nested inside are now correctly registered.