graphql:Go的简单底层GraphQL HTTP客户端

时间:2024-02-25 09:47:18
【文件属性】:

文件名称:graphql:Go的简单底层GraphQL HTTP客户端

文件大小:11KB

文件格式:ZIP

更新时间:2024-02-25 09:47:18

graphql golang client sdk godoc

图 Go的低级GraphQL客户端。 简单,熟悉的API 尊重上下文, context.Context超时和取消 生成并执行任何种类的GraphQL请求 使用强Go类型的响应数据 使用变量并上传文件 简单的错误处理 安装 确保您具有可运行的Go环境。 要安装graphql,只需运行: $ go get github.com/machinebox/graphql 用法 import "context" // create a client (safe to share across requests) client := graphql . NewClient ( "https://ma


【文件预览】:
graphql-master
----graphql.go(8KB)
----.travis.yml(183B)
----LICENSE(11KB)
----graphql_json_test.go(4KB)
----README.md(2KB)
----.gitignore(282B)
----graphql_multipart_test.go(7KB)

网友评论