@medipass/web-sdk
TypeScript icon, indicating that this package has built-in type declarations

12.0.9 • Public • Published

Tyro Health Web SDK

Install

npm login // Login to your NPM account - you must have access to the Medipass org
npm install '@medipass/web-sdk' --save

Setup

import sdk from '@medipass/web-sdk';

sdk.setup('prod', { defaultVersion: 'v2', appId: 'web-application' });

Example usage

import sdk from '@medipass/web-sdk';

const getBusinessPracticeStaffMembers = async (businessId, practiceId) => {
  const res = await sdk.staff.getBusinessPracticeStaffMembers(businessId, practiceId, { page: 2, limit: 10 });
  // do stuff with `res`
}

Readme

Keywords

none

Package Sidebar

Install

npm i @medipass/web-sdk

Weekly Downloads

1,709

Version

12.0.9

License

none

Unpacked Size

1.46 MB

Total Files

359

Last publish

Collaborators

  • williape
  • paulwcy
  • kazfukuda
  • richardlay
  • likquid
  • claudia13
  • zl4bv
  • eithan1231
  • joshuafsharp
  • rajeshcodes
  • kevinvu
  • jshsmth
  • medipassbot
  • malphine
  • ridasattar92
  • mayuthombre
  • rickster007
  • ahoang1
  • dorood
  • ldang_tyro
  • swong-tyro