Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

vsee-clinic-rn

VSee React Native Kit allows you to create your own telehealth mobile application in simple steps.

VSee Clinic Api Key and Access Key

Before you start, please follow these instructions to create your developer account:

Sign Up for a Developer Account

Once you have a clinic account, obtain your API Key and Access Key here:

https://vsee.atlassian.net/wiki/spaces/VD/pages/381517825/Sign+Up+for+a+Developer+Account#Fetch-your-API-Key-and-API-Secret

Installation

npm install vsee-clinic-rn

Init VSee Clinic Kit

You can initialize the VSee Clinic Kit in the App.js file like this:

import VSeeClinicRN from "vsee-clinic-rn";

// ...

const vseeClinicKit = new VSeeClinicRN({
    apiKey: 'b907e137607a24db0c5f39xxxx',
    apiSecret: 'f2db326936bae20b68bc2484xxxx',
    endpoint: 'https://api.vsee.me/api_v3/',
    accountCode: 'your-clinic-code',
});

After successfully initializing the SDK, you can proceed to the next steps.

  • No labels