blacktide-client

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i blacktide-client

Weekly Downloads

1

Version

1.0.1

License

See LICENSE.txt

Last publish

Collaborators

  • victorph