0.1.11 • Published 5 years ago

@voypost/rest-api-client v0.1.11

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
5 years ago

api-client

Getting started

import { createApiClient } from '@voypost/rest-api-client';

export default createApiClient({
  clientId: 'xxx',
  clientSecret: 'yyy',
  baseUrl: 'https://foo.api.voypost.com/',
  audience: 'https://foo.api.voypost.com/',
  tokenBaseUrl: 'https://voypost.auth0.com/',
  scopes: ['users:read'],
});
0.1.10

5 years ago

0.1.11

5 years ago

0.1.9

5 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago