0.0.3 • Published 6 years ago

@mtsmachado8/bob v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

bob

Adapter para comunicar com o Bob via RPC

Usage

const Bob = require('bob');
const bobAdapter = Bob('https://boburl/');

// OR
const bobAdapter = require('bob')('https://boburl/');


bobAdapter.get('action', {data: ...})
bobAdapter.set('action', {data: ...})
0.0.3

6 years ago

0.0.2

6 years ago

1.3.0

6 years ago