文件名称:apiroper:一个软件包,无论同步还是异步,它都具有制作称为togather的api的功能
文件大小:12KB
文件格式:ZIP
更新时间:2024-06-03 11:51:53
golang api-wrapper api-gathering Go
apiroper A package which offers abilities to make apis called togather, no matter synchronous or asynchronous. package apiroper 提供请求聚合功能 V0.0.2 功能说明: . 通过读取模板,将多个请求聚合成一个目标输出,根据依赖关系自动选择同步或异步请求并根据模版聚合输出。 用法: 加载: import "github.com/birdkiller/apiroper" templates := map[string]apiroper.Template{} apiroper.Load(templates) 调用: args := map[string]interface{}{ "mobile": "13655566676", } output, err := api
【文件预览】:
apiroper-master
----http.go(559B)
----analyzer.go(2KB)
----test()
--------example.json(952B)
--------main.go(1KB)
----argument.go(1KB)
----LICENSE(1KB)
----template.go(595B)
----roper.go(11KB)
----.gitignore(9B)
----README.md(4KB)
----utils.go(223B)