Releases: highsidelabs/walmart-api-php
Releases · highsidelabs/walmart-api-php
v0.3.0
Added
- Enable Rich Content endpoints by allowing endpoint paths that don't have
/v3
in them (#1) - Make convenience scripts in composer.json for running the end-to-end generation pipeline and full schema download/customize pipeline, and for cleaning the generated outputs before full regeneration
- Write proper authorization documentation
Fixed
- Make sure
$method
variable is always defined in endpoint methods - Fix various links in documentation
- Improve auto-generated per-API
Configuration
examples
Changed
- Make schema versions the same as the library version
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Changed
- Remove inline schemas wherever possible
- Lots of misc formatting upgrades
Fixed
- Make Api documentation's links to models functional
Full Changelog: v0.1.0...v0.2.0