- Typescript 5.0.0+!
- Node 17.5
npm install visualdlp-api
making a call
import { initializeVDLP } from "visualdlp-api";
const vdlp = initializeVDLP(username, password)
vdlp.GetDoctorsList()
To clone the main repository to your computer, you'll need to follow a few simple steps:
- First, you'll need to open a terminal or command prompt on your computer.
- Next, navigate to the directory where you want to clone the repository. You can use the cd command to do this.
- Once you're in the right directory, type the following command and hit enter
git clone https://github.com/vamuscari/VisualDPL-API.git
to run the test you will need to add your service account to your environment variables
VLDP_USER={username}, VLDP_PW={password}
use npm run test
to run Jest testing
It's important to note that the tests are not shipped to npm. If you need to run the tests locally, you'll need to navigate to the root directory of the cloned repository and run the tests using the appropriate testing framework. You might also need to install any dependencies or dev dependencies required to run the tests.