Home

Awesome

go-shopify

GoDoc baby-gopher

Simple API made with go to make CRUD request to your Shopify Store.

Installation

go get github.com/rapito/go-shopify

How-to-use

    import "fmt"
    import "github.com/rapito/go-shopify/shopify"
    ...
    
    shop := shopify.New(storeDomain,apiKey,pass)
    result, _ := shop.Get("products")
    
    fmt.Println(string(result))

Contribution

Original Work

While I was looking for something cool to do with this new language im learning (Go, obviously), I ran into hammond-bones' go-shopify library. Which inspired me to start creating this one.

Buy me a Drink

Donate

Links

While I was on my go-trip to create this api, I found some awesome libs which made my life easier. Check them out, hopefully they'll do the same for you:

Other APIs