sutro:声明性的轻微定义的API框架 源码
简单轻松地构建下一代实时API 安装 一个命令,您就可以制作一些杀手级API: npm install sutro --save 现在,请查阅以开始使用! 例子 10-LOC ES7 API const api = { user : { create : async ( { data } ) => User . create ( data ) , find : async ( { options } ) => User . findAll ( options ) , findById : async ( { userId } ) => User . findById ( userId ) , updateById : async ( { userId , data } ) => User . updateById ( userId , data )
文件列表
sutro-master.zip
(预估有个34文件)
sutro-master
.gitignore
195B
README.md
1KB
test
index.js
22KB
docs
Context.md
23B
Endpoint.md
27B
Introduction.md
21B
LICENSE
1KB
暂无评论