frol / flask-restplus-server-example

Real-life RESTful server example on Flask-RESTplus
http://flask-restplus-example-server.herokuapp.com/api/v1/
MIT License
1.34k stars 342 forks source link

Porting to Flask-RESTX? #152

Open jenhaoyang opened 4 years ago

jenhaoyang commented 4 years ago

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?

frol commented 4 years ago

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: