1.0.1 • Published 7 years ago

blacktide-client v1.0.1

Weekly downloads
3
License
See LICENSE.txt
Repository
-
Last release
7 years ago

Blacktide Client

Helper lib to work with Blacktide API/Microservices via REST/HTTP

Installation

$ npm i -S blacktide-client

Usage

const BlacktideClient = require( 'blacktide-client' );
const link = 'https://jsonplaceholder.typicode.com/posts';
const client = new BlacktideClient( {
	link
} );
client
	.create( {
		title: 'blah'
	}, ( err, res ) => {
	} );

Tests

$ npm test

License

See LICENSE.txt

1.0.1

7 years ago

1.0.0

7 years ago