go-shopify

module
v0.0.0-...-dd33f9c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 19, 2016 License: GPL-3.0

README

go-shopify

Golang tool for connecting to Shopify's API

Installation

You need to have Git and Go already installed. Run this in your terminal

go get github.com/arduino/go-shopify

Usage

Import it in your Go code:

import (
  "github.com/arduino/go-shopify/shopify"
)

Client Creation

To initialize a client you need the shopify private app password

shop := shopify.NewClient("your-shop-domain", "app-password")

See client functions used in example/example.go

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL