v0.0.11
- Properly format item categories (#12)
- Rather than returning item categories in the format that catalog_api returns (e.g. %{"integer" => [1, 2, 3]}, we simply return the much more ergonomic value of [1, 2, 3]
- Run mix format on everything (#13)
- Update
CatalogApi.list_available_catalogs/0
to parse the response json.
- Update