Updated readme.
Eff. 2019-08-28, Walmart is disabling digital signature based requests and now requires token based authentication. The Consumer Key and Private Key are replaced with Client ID and Client Secret.
- headers:
- Changed header compilation according to Token API token request requirements.
- dependencies:
- Added
uuid
to generate a UUID for a defaultCorrelationId
. (Kane McConnell) #5
- Added
- headers:
Custom
constructor now sets a UUID as theCorrelationId
, which can be overriden using thesetCorrelationId()
method before each request. (Kane McConnell) #5
- README:
- Regenerated
README.md
after updating sample object notation in commit 94e47ac. (Kane McConnell) #2
- Regenerated
Created new module to handle authentication headers and signature for Walmart Marketplace API SDK.