Skip to content

v0.0.10

Compare
Choose a tag to compare
@mbramson mbramson released this 19 May 14:12
· 35 commits to master since this release
  • 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.