Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yotpo-Go

In Progress --- Experimental (Expect breaking changes)


Core Yotpo API Functionality in development order

  • Reviews - Merchant
  • Reviews Metadata
  • Questions and Answers (Q&A)
  • Dynamic Coupons
  • Email Analytics

Quick Start

Import Yotpo-go package

go get https://github.com/william1benn/yotpo-go

Example Client and Method

import (
	y "https://github.com/william1benn/yotpo-go"
) 

//Create Client
yClient := y.NewYotpoClient("AppIdString", "ApiSecretKey")

//Invoke Method
response, _ := yClient.RetrieveAllReviews(nil)

for _, r := range response.GetReviews { 
    fmt.Println(r.Name)
}

About

yotpo api - go package

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages