1.3.8 • Published 2 years ago

@lifebac/intakeq v1.3.8

Weekly downloads
98
License
ISC
Repository
github
Last release
2 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

2 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.2

3 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago