Support multiple API versions in flask

前端 未结 2 1930
有刺的猬
有刺的猬 2020-12-07 10:38

I started to design a RESTful webservice with Flask and Python and I\'m wondering how one would support multiple API versions in the same project. I\'m thinking of putting t

2条回答
  •  庸人自扰
    2020-12-07 11:35

    if its still relevant I wrote a package to manage endpoints by versions You can find it on Git https://github.com/itay-bardugo/flask_version

提交回复
热议问题