1.2.18 • Published 2 years ago
@wearehelpful/client v1.2.18
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
2 years ago
1.2.17
2 years ago
1.2.16
2 years ago
1.2.15
2 years 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
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago