Skip to content

ken-aio/rakuten-client-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rakuten-client-go

Installation

go get -u github.com/ken-aio/rakuten-client-go

Usage

import rakuten "github.com/ken-aio/rakuten-client-go"
c := rakuten.NewIchiba("<put your appid>")

param := &rakuten.IchibaItemSearchParam{
        Keyword: "pokemon",
        Sort:    "+itemPrice",
}
resp, _ := c.IchibaItemSearch(param)
fmt.Printf("resp = %+v\n", resp)

About

golang rakuten api client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages