flask-restx
flask-restx copied to clipboard
Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
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,...
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...
**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...
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...
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...
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...
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...
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...
Shortcuts can silently collide and overwrite end-points, generating incorrect swagger documentation. The following example is incorrectly generating the swagger document:  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.