1.1.0 • Published 6 years ago

shipment-client v1.1.0

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

shipment-client

Provides a standardized client wrapper to interface with shipment HTTP servers

Install

$ npm install shipment-client

Usage

const ShipmentClient = require('shipment-client');

ShipmentClient.create('http://localhost:6565').then(client => {
   
    client.someAction({foo: bar});
});

License

MIT © sgtlambda

2.0.0-0

6 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago