1.1.0 • Published 7 years ago

shipment-client v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago