1.0.1-1 • Published 6 years ago

@spencerdcarlson/scalable-pres v1.0.1-1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

NodeJS Scaleable Press API

Install

npm i -s @spencerdcarlson/scalable-pres

Usage

  1. Register to use the Scalable Press API
const API = require('@spencerdcarlson/scalable-pres')

const credentials = {
	"username": null,
	"password": "test_XCocculgRiOcWddEZBciPw" // test api key - https://scalablepress.com/manager/v2/settings/api
}

const api = new API(credentials.username, credentials.password)


api.product.list('sweatshirts').then(response => {
	console.log(response)
})

More Examples

See the test files for more api usage examples

API Documentation

API documentation