ac-adobeio
v1.1.1
Published
This is a SDK for the Adobe Stock footage API.
Downloads
13
Readme
AC AdobeIO
This is a SDK for the Adobe Stock footage API.
Usage
const acAdobeIO = require('ac-adobeio')
acAdobeIO.init({
clientId: 'xxx',
clientSecret: 'xxx',
jwtParams: {
"iss": "xxx@AdobeOrg",
"sub": "[email protected]",
key: fs.readFileSync('private.key'),
}
})
acAdobeIO.profile({}, (err, result) => {
console.log(err, result)
})