flask-restplus-server-example icon indicating copy to clipboard operation
flask-restplus-server-example copied to clipboard

Porting to Flask-RESTX?

Open jenhaoyang opened this issue 3 years ago • 1 comments

https://github.com/noirbizarre/flask-restplus

This project has been forked to Flask-RESTX and will be maintained by by the python-restx organization. Flask-RESTPlus should be considered unmaintained.

https://flask-restx.readthedocs.io/en/latest/ According to those article, Flask-RESTPlus is unmaintained. Should we port to Flask-RESTX?

jenhaoyang avatar Aug 31 '20 02:08 jenhaoyang

I don't have a bandwidth to migrate this example to Flask-RESTX. Feel free to fork or send a PR (given that that is the fork of the original project, I guess it should not be completely different, so it might be enough to rename the imports).

Personally, I moved from Python to Rust and from REST to RPC+PubSub [namely, WAMP-proto] (I was a strong supporter of REST, but with some time I realized that it limits the modern ways to interact).

There are also quite a few frameworks for REST APIs in Python:

  • https://fastapi.tiangolo.com/
  • https://gitlab.com/pgjones/quart
  • https://docs.apistar.com/

frol avatar Aug 31 '20 10:08 frol