1.3.0 • Published 11 months ago

@icanbwell/bwell-sdk-ts v1.3.0

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

11 months ago

1.2.0-rc.1730094756

11 months ago

1.2.0

11 months ago

1.1.0-rc.1729618502

11 months ago

1.1.0

11 months ago

1.0.0-rc.1729083910

11 months ago

1.0.0-rc.1729204233

11 months ago

1.0.0

12 months ago

0.5.0

1 year ago

0.5.0-rc.1727121587

12 months 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