You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SaltwaterC edited this page Nov 15, 2011
·
3 revisions
About
Helper for setting the API version of a specific query API client.
Reference
query.setApiVersion(apiVersion)
'apiVersion' - query API version number. Must have valid syntax, otherwise the library throws an error.
Amazon uses this syntax: YYYY-MM-DD. For the moment, the syntax check is just basic. The API version may be changed per request by passing the Version query parameter to the query.request() method.