0.1.11 • Published 4 years ago

@voypost/rest-api-client v0.1.11

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 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

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago