0.2.0 • Published 6 years ago
dft-bob v0.2.0
bob
Adapter para comunicar com o Bob via RPC
Usage
const Bob = require('@dafiti/bob');
const bobAdapter = Bob('https://boburl/');
// OR
const bobAdapter = require('@dafiti/bob')('https://boburl/');
//OR use BOB_URL as an environment variable
const bobAdapter = require('@dafiti/bob')
bobAdapter.get('action', {data: ...})
bobAdapter.set('action', {data: ...})