0.2.0 • Published 7 years ago

dft-bob v0.2.0

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

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: ...})
0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago