vsee-clinic-rn
TypeScript icon, indicating that this package has built-in type declarations

1.7.0 • Public • Published

vsee-clinic-rn

VSee React Native Kit

Installation

npm install vsee-clinic-rn

Wiki

https://vsee.atlassian.net/wiki/spaces/VNDP/pages/484147201/VSee+ClinicKit+API+for+React+Native

Init VSee Kit

import VSeeClinicRN from "vsee-clinic-rn";

// ...

const vseeClinicKit = new VSeeClinicRN({
	apiKey: string, //Required
	userToken: string | null, // Optional, can update this later by setUserToken()
	endpoint: string, //Required
	accountCode: string, //Required
});

//Call API
vseeClinicKit.createIntake(params);

Set User Token

vseeClinicKit.setUserToken(token:string);

Constants

Access to defined constants:

const userTypes = vseeClinicKit.constants.USER_TYPES;
const visitTypes = vseeClinicKit.constants.VISIT_TYPES;

License

Website: https://vsee.com

Package Sidebar

Install

npm i vsee-clinic-rn

Weekly Downloads

14

Version

1.7.0

License

MIT

Unpacked Size

165 kB

Total Files

94

Last publish

Collaborators

  • thua-vsee