Documentation
¶
Index ¶
- func GetLocales() []string
- type API
- func (a API) CartAdd(CartId, HMAC string, Items map[string]int) (data.CartResponse, error)
- func (a API) CartCreate(Items map[string]int) (data.CartResponse, error)
- func (a API) CartGet(CartId, HMAC string) (data.CartResponse, error)
- func (a API) CartModify(CartId, HMAC string, CartItems map[string]int) (data.CartResponse, error)
- func (a API) ItemLookup(ASIN string, ResponseGroup string) (data.ItemResponse, error)
- func (a API) ItemSearch(SearchIndex string, Parameters map[string]string) (data.ItemSearchResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLocales ¶
func GetLocales() []string
Types ¶
type API ¶
type API struct {
ProductAPI *amazonproduct.AmazonProductAPI
Locale string
}
func (API) CartCreate ¶
func (API) CartModify ¶
func (API) ItemLookup ¶
func (API) ItemSearch ¶
Click to show internal directories.
Click to hide internal directories.