1.3.0 • Published 10 months ago

@icanbwell/bwell-sdk-ts v1.3.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
10 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.3.0

10 months ago

1.2.0-rc.1730094756

10 months ago

1.2.0

10 months ago

1.1.0-rc.1729618502

10 months ago

1.1.0

10 months ago

1.0.0-rc.1729083910

10 months ago

1.0.0-rc.1729204233

10 months ago

0.5.0-rc.1726768419

11 months ago

0.4.0-rc.1725641804

12 months ago

1.0.0

11 months ago

0.4.0-rc.1725581703

12 months ago

0.5.0

12 months ago

0.4.0-rc.1725635472

12 months ago

0.5.0-rc.1725901119

12 months ago

0.5.0-rc.1727121587

11 months ago

0.5.0-rc.1726069786

12 months ago

0.4.0-rc.1724685966

12 months ago

0.3.0

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.4.0-rc.1724688661

12 months ago

0.2.0

1 year ago

0.4.0

1 year ago

0.1.2

1 year ago