@whitewall/blip-sdk

0.0.71 • Public • Published

Build Status npm

blip-sdk

A simple blip API wrapper

API Usage

import { BlipClient, HttpSender } from '@whitewall/blip-sdk'

const client = new BlipClient(HttpSender.login(process.env.BLIP_BOT_IDENTIFIER, BLIP_BOT_ACCESSKEY, BLIP_TENANT_ID))
await client.account.setBucket('bucketitem', 'value')
console.log(await client.account.getBucket('bucketitem'))

Development

Install like any node package,

npm i

You can run the development version in another repo using npm link:

cd path/to/sdk
npm link
cd path/to/main/repo
npm link @whitewall/blip-sdk

/@whitewall/blip-sdk/

    Package Sidebar

    Install

    npm i @whitewall/blip-sdk

    Weekly Downloads

    442

    Version

    0.0.71

    License

    none

    Unpacked Size

    282 kB

    Total Files

    166

    Last publish

    Collaborators

    • ravpacheco
    • ceifa