1.7.0 • Published 12 months ago

vsee-clinic-rn v1.7.0

Weekly downloads
12
License
MIT
Repository
bitbucket
Last release
12 months ago

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

1.7.0

12 months ago

1.6.0

12 months ago

1.4.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.3.0

2 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago