You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project has been forked to Flask-RESTX and will be maintained by by the python-restx organization. Flask-RESTPlus should be considered unmaintained.
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?
The text was updated successfully, but these errors were encountered: