CatalogApi v0.0.13 API Reference

Modules

Contains top-level API functions for making requests to CatalogAPI

Defines the CatalogApi.Address struct and functions which are responsible for validation and interpretation of physical shipping addresses as they relate to CatalogApi

Defines the CatalogApi.CartItem struct and functions which are responsible for parsing items in a user’s cart from CatalogApi responses

Defines the CatalogApi.Category struct and functions which are responsible for parsing categories from CatalogApi responses

Contains functions which deal with constructing the various pieces of credential data necessary for making an authenticated call to the CatalogApi endpoints

Defines the structure and casting of a CatalogApi Fault structure which is how CatalogApi reports handled errrs

Provides %HTTPoison.Response{} fixtures of CatalogAPI responses

Defines the CatalogApi.Item struct and functions which are responsible for parsing items from CatalogApi responses

Contains functions which help construct the url for a request to CatalogAPI