1.2.18 • Published 1 year ago

@wearehelpful/client v1.2.18

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

1.2.17

1 year ago

1.2.16

1 year ago

1.2.15

1 year ago

1.2.14

2 years ago

1.2.13

2 years ago

1.2.11

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.9

2 years ago

1.2.10

2 years ago

1.2.1

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago