1.0.46 • Published 1 month ago

@rhiaqey/sdk-ts v1.0.46

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 month ago

RhiaqeySDK

sdk-ts

NPM

https://www.npmjs.com/package/@rhiaqey/sdk-ts

CDN

https://cdn.jsdelivr.net/npm/@rhiaqey/sdk-ts@1.0.45/dist/umd/sdk.js
https://cdn.jsdelivr.net/npm/@rhiaqey/sdk-ts@1.0/dist/umd/sdk.js
https://cdn.jsdelivr.net/npm/@rhiaqey/sdk-ts@1/dist/umd/sdk.js

Example

let connection = new RhiaqeySDK.WebsocketConnection({
    endpoints: [
        'https://hub.demo.prod.cloud.rhiaqey.com'
    ],
    channels: [
        'some_channel'
    ],
    apiKey: 'strong_api_key',
    apiHost: 'localhost:3333',
    snapshot: true  // subscribe to snapshot feed
});

// request snapshot from /snapshot http endpoint
connection.fetchSnapshot().subscribe(data => {
    console.log('>> snapshot arrived', data);
});

// promised version of the snapshot request
connection.fetchSnapshotPromised().then(data => {
    console.log('>> async snapshot arrived', data);
});

// all the messages will land here
connection.dataStream().subscribe((message) => {
    // console.log('>> message arrived', message);
});

// connect explicitly
connection.connect();
1.0.44

1 month ago

1.0.43

1 month ago

1.0.42

1 month ago

1.0.41

1 month ago

1.0.46

1 month ago

1.0.45

1 month ago

1.0.39

2 months ago

1.0.38

2 months ago

1.0.40

2 months ago

1.0.37

2 months ago

1.0.36

2 months ago

1.0.33

2 months ago

1.0.32

2 months ago

1.0.35

2 months ago

1.0.34

2 months ago

1.0.31

2 months ago

1.0.30

2 months ago

1.0.29

2 months ago

1.0.28

2 months ago

1.0.26

2 months ago

1.0.25

2 months ago

1.0.27

2 months ago

1.0.22

2 months ago

1.0.21

2 months ago

1.0.24

2 months ago

1.0.23

2 months ago

1.0.19

2 months ago

1.0.20

2 months ago

1.0.18

2 months ago

1.0.17

2 months ago

1.0.16

2 months ago

1.0.15

2 months ago

1.0.14

2 months ago

1.0.13

2 months ago

1.0.9

3 months ago

1.0.11

3 months ago

1.0.10

3 months ago

1.0.12

3 months ago

1.0.8

3 months ago

1.0.7

3 months ago

1.0.6

3 months ago

1.0.2

3 months ago

1.0.1

3 months ago

1.0.5

3 months ago

1.0.4

3 months ago

1.0.3

3 months ago

0.0.6

3 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago