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 is forked from openbrokerapi and served from a restx and gunicorn server. It is a functional exmaple.
With requestly extension or curl I can add a arbitrary 'X-Broker-Api-Version' in the header, but the swagger page doesn't get fully rendered, see the following information 'No operations defined in spec!'.
How can I use flask-restx with this kind of architeture library?
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 is forked from openbrokerapi and served from a restx and gunicorn server. It is a functional exmaple.
With requestly extension or curl I can add a arbitrary 'X-Broker-Api-Version' in the header, but the swagger page doesn't get fully rendered, see the following information 'No operations defined in spec!'.
How can I use flask-restx with this kind of architeture library?
important code:
webserver/web.py
I can run the code with: