6.2.0 • Published 8 months ago

@meeco/keystore-api-sdk v6.2.0

Weekly downloads
519
License
MIT
Repository
-
Last release
8 months ago

Meeco Keystore API TypeScript SDK

Installation

npm install -S @meeco/keystore-api-sdk

Usage

  1. Import the desired model or,
import { UserApi } from '@meeco/keystore-api-sdk';

const userApi = new UserApi({
  apiKey: (key) => ({
    'Meeco-Subscription-Key': '<your-api-subscription-key>',
    'Authorization': '<user-keystore-access-token>'
  }[key]),
  basePath: 'https://sandbox.meeco.me/keystore'
});

userApi.usersPost({})

alternatively, the entire SDK can be imported as an alias

import * as Keystore from '@meeco/keystore-api-sdk';

const userApi = new Keystore.UserApi({
  apiKey: (key) => ({
    'Meeco-Subscription-Key': '<your-api-subscription-key>',
    'Authorization': '<user-keystore-access-token>'
  }[key]),
  basePath: 'https://sandbox.meeco.me/keystore'
});

userApi.usersPost({})
6.2.0

4 years ago

5.8.0

4 years ago

5.6.1

4 years ago

3.0.0

4 years ago

5.3.0

4 years ago

5.1.0

4 years ago

0.15.1-beta.0

5 years ago

0.14.0

5 years ago

0.14.1-beta.3

5 years ago

0.14.1-beta.2

5 years ago

0.14.1-beta.1

5 years ago

0.14.1-beta.0

5 years ago

0.13.1-beta.0

5 years ago

0.13.0

5 years ago

0.11.0

5 years ago

0.12.0

5 years ago

0.10.0

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago