Skip to content

query.setApiVersion()

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.

Clone this wiki locally