DEV Community

itaybardugo
itaybardugo

Posted on

Hanadle Flask requests by versions

Just wrote a python package
In order to handle flask endpoints by versions.
Now its easy to register multiple view functions and handle your incoming requests by versions!
I hope it will be useful for you guys.
Let me know what do you think :)

You can find it on GitHub
https://github.com/itay-bardugo/flask_version

Top comments (0)