semantics3-golang:golang 中的 Semantics3 api 客户端

时间:2021-06-24 03:48:26
【文件属性】:
文件名称:semantics3-golang:golang 中的 Semantics3 api 客户端
文件大小:4KB
文件格式:ZIP
更新时间:2021-06-24 03:48:26
Go golang 中的 Semantics3 api 客户端。 安装 go get github.com/pirsquare/semantics3-golang 例子 package main import ( "fmt" "github.com/pirsquare/semantics3-golang" "io/ioutil" ) func main () { client := semantics3 . NewClient ( "XXXXXXXXXX" , "XXXXXXXXXX" , "products" ) client . AddParams ( map [ string ] interface {}{ "upc" : uint64 ( 636926047593 )}) response , err := client . Get () if err != nil {
【文件预览】:
semantics3-golang-master
----README.md(708B)
----semantics3.go(1KB)
----examples()
--------main.go(449B)
----LICENSE(1KB)
----semantics3_test.go(2KB)
----.travis.yml(12B)

网友评论