Skip to content

dommmel/goshopping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goshopping

goshopping is a Go client library for accessing the Shopify API.

Usage

import "github.com/dommmel/goshopping/shopify"

Construct a new Shopify client, then use it to access different parts of the Shopify API. For example for a private app

client := shopify.NewPrivateClient(nil, "apiKey", "password", "shopName")

About

Go library for accessing the Shopify API

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages