flask resty:Flask的REST API的构建块 源码
烧瓶休息 Flask-RESTy提供了使用 , 和创建REST API的构建块。 from flask_resty import Api , GenericModelView from . import app , models , schemas class WidgetViewBase ( GenericModelView ): model = models . Widget schema = schemas . WidgetSchema () class WidgetListView ( WidgetViewBase ): def get ( self ):
文件列表
flask-resty-master.zip
(预估有个72文件)
flask-resty-master
.flake8
148B
flask_resty
exceptions.py
3KB
authorization.py
5KB
jwt.py
4KB
related.py
6KB
decorators.py
2KB
utils.py
1KB
sorting.py
7KB
暂无评论