1.1.1 • Published 11 months ago

ac-adobeio v1.1.1

Weekly downloads
15
License
MIT
Repository
-
Last release
11 months 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

11 months ago

1.1.0

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago