适用于Go编程语言的简单Shopify API-Golang开发

时间:2024-06-15 12:23:52
【文件属性】:

文件名称:适用于Go编程语言的简单Shopify API-Golang开发

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-15 12:23:52

Golang Third-party APIs

shopify-Go库向Shopify API发出CRUD请求go-shopify与go一起向Shopify商店提出CRUD请求的简单API。 安装转到get github.com/rapito/go-shopify如何使用获取请求导入“ fmt”导入“ github.com/rapito/go-shopify/shopify” ... shop:= shopify.New(storeDomain,apiKey ,pass)结果,_:= shop.Get(“ products”)fmt.Println(string(result))检出examples文件夹以方便使用。 阅读shopify_test.go上的一些测试以获取完整的CRUD示例。 贡献者


【文件预览】:
go-shopify-master
----shopify()
--------shopify_test.go(3KB)
--------shopify.go(4KB)
----LICENSE(1KB)
----examples()
--------main.go(1KB)
----README.md(2KB)

网友评论