redash:用于Go的Redash Rest API客户端

时间:2024-06-03 06:23:04
【文件属性】:

文件名称:redash:用于Go的Redash Rest API客户端

文件大小:21KB

文件格式:ZIP

更新时间:2024-06-03 06:23:04

go client library redash Go

Redash(用于Go) Redash(用于Go)是一个非官方的简单api客户端库。 参见Godoc,为 Redash是OSS BI工具。 在查看更多 当前状态 版本1.0(v1) 例子 设置环境 $ export REDASH_APIKEY= " abc... " $ export REDASH_URL= " http://localhost " 代码 package main import ( "fmt" "io/ioutil" "log" "github.com/ynishi/redash/v1" ) func main () { response , err := redash . Get ( "/api/queries" , nil ) if err != nil { log . Fatal ( err ) } buf , err := ioutil .


【文件预览】:
redash-master
----client.go(7KB)
----client_test.go(19KB)
----queries_test.go(16KB)
----.travis.yml(26B)
----LICENSE(1KB)
----v1()
--------client.go(7KB)
--------client_test.go(19KB)
--------queries_test.go(16KB)
--------main_test.go(1KB)
--------queries.go(8KB)
----main_test.go(1KB)
----README.md(1KB)
----.gitignore(275B)
----queries.go(8KB)

网友评论