v0.3.1
Added
- Ability to correct for Walmart JSON model issues via the
resources/schema-corrections.json
file, which is merged against the official schema when we're done doing all our other modifications to it
Fixed
- Reformatted return types for API endpoints that return arrays from
ResponseType[]
toarray
- Changed
ItemsApi::getAnItem
return type fromItemResponseJson
(what Walmart says it's supposed to be) toItemResponses
(what it actually is)
Full Changelog: v0.3.0...v0.3.1