Open jenhaoyang opened 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:
https://github.com/noirbizarre/flask-restplus
https://flask-restx.readthedocs.io/en/latest/ According to those article, Flask-RESTPlus is unmaintained. Should we port to Flask-RESTX?