1
CharAct3 Jun 29, 2021 1. 可以使用 marshmallow
2. 可以试试 https://github.com/greyli/apiflask,这个也是使用的 marshmallow 3. 看了一下 eve,应该是个用 flask 和 ceberus 封装的 RESTful 框架 |
2
mongodb Jun 29, 2021 |
3
wzw Jun 29, 2021 via iPhone 我直接还 go
|
4
Kobayashi Jun 29, 2021 via Android Webargs + Flask-apispec. FastAPI 作者之前用的是这套组合。https://fastapi.tiangolo.com/alternatives/#flask-apispec
eve 没用过。APIFlask 好像还比较新,不确定能不能生产使用。 |
5
RRRoger Jun 29, 2021
|
6
SmartKeyerror Jun 29, 2021
@CharAct3 marshmallow +1,我也觉得挺好用的
|