Skip to content

Releases: highsidelabs/walmart-api-php

v0.3.0

02 Jun 04:55
Compare
Choose a tag to compare

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

31 May 21:35
Compare
Choose a tag to compare

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

v0.1.0

26 May 21:28
Compare
Choose a tag to compare

Initial release!