1.2.18 • Published 3 months ago

@wearehelpful/client v1.2.18

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

Helpful API Client

npm i @wearehelpful/client

In your code:

import { HelpfulClient } from '@wearehelpful/client';
const client = new HelpfulClient({ env: 'dev' });

Sign in:

await client.signin(email, password);

Use methods to call the API:

const payors = new Payors(client);
const result = await payors.payorControllerGetPayors({});

Example:

First set proper login and password in src/example.ts, then: npm run example

1.2.18

3 months ago

1.2.17

3 months ago

1.2.16

4 months ago

1.2.15

4 months ago

1.2.14

4 months ago

1.2.13

4 months ago

1.2.11

5 months ago

1.2.8

8 months ago

1.2.7

8 months ago

1.2.6

8 months ago

1.2.5

8 months ago

1.2.4

9 months ago

1.2.3

10 months ago

1.2.2

11 months ago

1.2.9

7 months ago

1.2.10

7 months ago

1.2.1

11 months ago

1.1.5

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago