UNPKG

apa-api

Version:

Amazon Product Advertising API client

15 lines (12 loc) 247 B
Properties = require './Properties' class Credential extends Properties constructor: (options) -> super( options, { accessKey: '' secretKey: '' associateTag: '' } ) module.exports = Credential