0.1.2-rc.1720460484 • Published 1 year ago

@icanbwell/bwell-sdk-ts v0.1.2-rc.1720460484

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year 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

11 months ago

1.18.0

7 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

6 months ago

1.29.0

5 months ago

1.5.0-rc.1734031482

11 months ago

1.15.0

7 months ago

1.19.0

7 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

6 months ago

1.7.0-rc.1736882707

10 months ago

1.8.0-rc.1736941142

10 months ago

1.10.0

8 months ago

1.12.0

7 months ago

1.5.0-rc.1734713160

11 months ago

1.16.0

7 months ago

1.8.2

9 months ago

1.5.0-rc.1734728487

11 months ago

1.8.0

10 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

11 months ago

1.5.0-rc.1734462130

11 months ago

1.11.0

8 months ago

1.30.0

5 months ago

1.7.0-rc.1736884799

10 months ago

1.13.0

7 months ago

1.17.0

7 months ago

1.7.0

10 months ago

1.7.0-rc.1736869665

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

11 months ago

1.31.0

5 months ago

1.3.0

1 year ago

1.2.0

1 year 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

2 years ago