Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 887 Bytes

File metadata and controls

30 lines (20 loc) · 887 Bytes

Stock API libjs

Overview

This is a Javascript implementation of the various APIs provided by the 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.

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