Skip to content

Instantly share code, notes, and snippets.

@arifulhb
Last active October 27, 2019 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arifulhb/2dcad11b07efd56a8f2353436a1d3afa to your computer and use it in GitHub Desktop.
Save arifulhb/2dcad11b07efd56a8f2353436a1d3afa to your computer and use it in GitHub Desktop.
Amazon-PA-API50: Credentials
myConfig.accessKey = '<ACCESS_KEY>'
myConfig.secretKey = '<SECRET_KEY>'
myConfig.partnerTag = '<PARTNER_TAG>'
const api = new Api(myConfig)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment