0.2.2 • Published 3 years ago

rxbf v0.2.2

Weekly downloads
29
License
MIT
Repository
github
Last release
3 years ago

rxbf

Reactive bitFlyer Lightning Library

Install

yarn

yarn add rxbf

npm

npm i -S rxbf

How to use

HTTP Private API

import { HttpAuthClient } from 'rxbf';
const client = new HttpAuthClient(API_KEY, API_SECRET);
client.permissions().then((permissions) => console.log(permissions));

Realtime API

import { RealtimeAuthClient } from 'rxbf';
const client = new RealtimeAuthClient(API_KEY, API_SECRET);
client.childOrderEvents().subscribe((event) => console.log('Child order event:', event));
client.ticker('BTC_JPY').subscribe((ticker) => console.log('Ticker:', ticker));
0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago