Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.01 KB

Adobe Stock API SDK for JavaScript

Overview

This is a JavaScript/Node SDK for the various APIs provided by the Adobe Stock services.

Before You Begin

Check out our Getting Started documentation. At a minimum, you'll need a Stock API Key by creating a Creative Cloud Adobe Stock integration on console.adobe.io.

If you only need the built version of the SDK, the dist folder contains the files you can download and use without requiring this repository.

Requirements

Install Dependencies

  • yarn install

Build

  • yarn run build

Creates the JavaScript library file under the dist/ directory.

Usage

Check out the usage documentation!

Running the Test Suite

  • yarn test ( eslint, mocha ) This also generates code coverage report using karma test runner.

Linting

  • yarn run lint