ac-adobeio

1.1.1 • Public • Published

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)
})

Readme

Keywords

none

Package Sidebar

Install

npm i ac-adobeio

Weekly Downloads

6

Version

1.1.1

License

MIT

Unpacked Size

13.1 kB

Total Files

9

Last publish

Collaborators

  • admiralcloud