1.1.1 • Published 2 years ago

ac-adobeio v1.1.1

Weekly downloads
15
License
MIT
Repository
-
Last release
2 years ago

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": "xxx@techacct.adobe.com",
    key: fs.readFileSync('private.key'),
  }
})

acAdobeIO.profile({}, (err, result) => {
  console.log(err, result)
})
1.1.1

2 years ago

1.1.0

6 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago