1.3.8 • Published 3 years ago

@lifebac/intakeq v1.3.8

Weekly downloads
98
License
ISC
Repository
github
Last release
3 years ago

IntakeQ API

A wrapper around the IntakeQ APIs. Written in TypeScript.

Usage

npm install --save @lifebac/intakeq

Simply instantiate the API with your API Key and you should be able to start using it.

import { IntakeQApi } from '@lifebac/intakeq';

const IntakeQClient = new IntakeQApi('api-key-in-here');

const listClients = async () => {
  const res = await IntakeQClient.Client.listClients(
    { search: 'john.smith@example.com' },
    true
  );

  // Do something with the result
  console.log(res);
};

listClients();
1.3.8

3 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago