vetspire-api-client
TypeScript icon, indicating that this package has built-in type declarations

1.0.18 • Public • Published

Vetspire

Usage

import {createVetspireClient} from "vetspire-api-client"
const apiClient = createVetspireClient({apiKey: "Your api key"})

const results = await apiClient.getPatientsByLocation({limit: 10, offset: 0, locationId: your location id});

results.data.patients[0].name

Developmen

Set Your Config

Add your api key to the .config.json file

{
    "apiKey": "your api key here"
}

Downloading Types

yarn download

Readme

Keywords

none

Package Sidebar

Install

npm i vetspire-api-client

Weekly Downloads

0

Version

1.0.18

License

MIT

Unpacked Size

1.71 MB

Total Files

30

Last publish

Collaborators

  • carsonnwright