estore-api
API for estore
Install
$ npm install --save estore-api
Usage
var estoreApi = require('estore-api');
var app = estoreApi({
user: 'unicorn',
password: 'foobar',
instance: 'FooBarTestCust',
url: 'http://api.foobar.com/cxf/api'
});
app.listen(3000);
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