2.3.1 • Published 10 years ago

estore-api v2.3.1

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

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

2.3.1

10 years ago

2.3.0

10 years ago

2.2.2

10 years ago

2.2.1

10 years ago

2.2.0

10 years ago

2.1.0

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.4.0

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago