Socket
Book a DemoInstallSign in
Socket

estore-api

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

estore-api

API for estore

latest
Source
npmnpm
Version
2.3.1
Version published
Maintainers
1
Created
Source

estore-api

API for estore

Install

$ npm install --save estore-api

Usage

var EstoreApi = require('estore-api');
var api = estoreApi({
	user: 'unicorn',
	password: 'foobar',
	instance: 'FooBarTestCust',
	url: 'http://api.foobar.com/cxf/api'
});

api.categoryGet('foo/bar/unicorn');
/*
	cat_id: 1,
	idx_id: 0,
	catname: 'Unicorns',
	...
 */

API

estoreApi(options)

options

username

Type: string

Username to login to the API with.

password

Type: string

Password to login to the API with.

instance

Type: string

API instance to run.

url

Type: string

URL to API instance to run.

License

MIT © Kevin Mårtensson

FAQs

Package last updated on 23 Oct 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts