Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting to Flask-RESTX? #152

Open
jenhaoyang opened this issue Aug 31, 2020 · 1 comment
Open

Porting to Flask-RESTX? #152

jenhaoyang opened this issue Aug 31, 2020 · 1 comment

Comments

@jenhaoyang
Copy link

jenhaoyang commented Aug 31, 2020

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
Copy link
Owner

frol commented Aug 31, 2020

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants