Last active
October 27, 2019 08:11
-
-
Save arifulhb/2dcad11b07efd56a8f2353436a1d3afa to your computer and use it in GitHub Desktop.
Amazon-PA-API50: Credentials
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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