You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flesh out the CatalogApi.category_breakdown/2 function which hits the category_breakdown CatalogAPI endpoint. (#9)
Adds the CatalogApi.Category module which defines the %Category{} struct representing categories returned by various endpoints including CatalogApi.category_breakdown/2.
Adds the description key to items returned by the CatalogApi.search_catalog/2 and CatalogApi.view_item/2 functions. (#10)
Adds the address to the CatalogApi.cart_view/3 function return so that consumers can determine which address applies to the given cart before checkout. (#11)
Adds functions to help parse Addresses from other responses.