VSee React Native Kit
npm install vsee-clinic-rn
https://vsee.atlassian.net/wiki/spaces/VNDP/pages/484147201/VSee+ClinicKit+API+for+React+Native
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);
vseeClinicKit.setUserToken(token:string);
Access to defined constants:
const userTypes = vseeClinicKit.constants.USER_TYPES;
const visitTypes = vseeClinicKit.constants.VISIT_TYPES;
Website: https://vsee.com