1.31.0 • Published 4 months ago

@icanbwell/bwell-sdk-ts v1.31.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 months ago

BWell SDK Typescript

Description

The b.well TypeScript SDK provides a simple, type-safe interface to the FHIR data stored and maintained by b.well, as well as manage users, configure device notifications and mark them read, set up data connections, and search for providers or connections. Please see the documentation for details.

Installation

npm i @icanbwell/bwell-sdk-ts

Example

import { BWellSDK }

const sdk = new BWellSDK({
  clientKey: "YOUR_CLIENT_KEY",
  clientSecret: "YOUR_CLIENT_SECRET",
});

await sdk.initialize();

await sdk.authenticate({
  token: "YOUR_TOKEN",
});

const healthSummaryResponse = sdk.health.getHealthSummary();

const healthSummaryData = healthSummaryResponse.data;
1.14.0

7 months ago

1.5.0-rc.1734033775

10 months ago

1.18.0

6 months ago

1.6.0

10 months ago

1.4.0-rc.1732633817

11 months ago

1.21.0

6 months ago

1.25.0

5 months ago

1.29.0

5 months ago

1.5.0-rc.1734031482

10 months ago

1.15.0

7 months ago

1.19.0

6 months ago

1.9.0

9 months ago

1.5.0

11 months ago

1.3.0-rc.1732553461

11 months ago

1.22.0

6 months ago

1.26.0

5 months ago

1.10.0

7 months ago

1.12.0

7 months ago

1.5.0-rc.1734713160

10 months ago

1.16.0

7 months ago

1.8.2

9 months ago

1.5.0-rc.1734728487

10 months ago

1.8.0

9 months ago

1.4.0

11 months ago

1.4.0-rc.1732636726

11 months ago

1.23.0

6 months ago

1.27.0

5 months ago

1.6.0-rc.1736199758

10 months ago

1.5.0-rc.1734548950

10 months ago

1.5.0-rc.1734462130

10 months ago

1.11.0

7 months ago

1.30.0

5 months ago

1.13.0

7 months ago

1.17.0

7 months ago

1.7.0

10 months ago

1.5.0-rc.1736190378

10 months ago

1.20.0

6 months ago

1.5.0-rc.1734982710

10 months ago

1.24.0

6 months ago

1.28.0

5 months ago

1.5.0-rc.1734029178

10 months ago

1.31.0

5 months ago

1.3.0

12 months ago

1.2.0-rc.1730094756

12 months ago

1.2.0

12 months ago

1.1.0-rc.1729618502

12 months ago

1.1.0

1 year ago

1.0.0

1 year ago

0.5.0

1 year ago

0.3.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.2.0

1 year ago

0.4.0

1 year ago

0.1.2

1 year ago