0.0.3 • Published 6 years ago
@mtsmachado8/bob v0.0.3
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: ...})