1.0.1 • Published 6 years ago

epn-cabinet-api v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

ePN Cabinet API

Node implementation of official PHP SKD for ePN Cabinet API.

Installation

yarn add epn-cabinet-api

Usage

const EPNApi = require('epn-cabinet-api')

const api = new EPNApi(EPN_API_KEY, EPN_API_SECRET)

api.getCreatives()
    .exec()
    .then(([ creatives ]) => console.log('Success:', creatives))
    .catch(e => console.log('Error:', e))

JSDoc

API reference