2.6.2 • Published 4 months ago

@datenkraft/bb-access-management-api-ts-client v2.6.2

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 months ago

Backbone - access-management API TS Client

Introduction

The access-management API TS Client enables you to work with the access-management API.

Prerequisites

  • npm

Installation

You can use npm to install the package.

npm install @datenkraft/bb-access-management-api-ts-client

Using the package

The package can be used to communicate with the access-management API. The Client includes functionalities for every endpoint defined in the openapi.json. The Client is auto-generated with OpenAPITools using an openapi.json file.

Initializing the Client and calling an Endpoint

import { ConfigOptions } from '@datenkraft/bb-base-api-ts-client';
import { AccessManagementApiClient } from '@datenkraft/bb-access-management-api-ts-client';
import { XxxApi } from '@datenkraft/bb-access-management-api-ts-client/Generated';

const configOptions: ConfigOptions = {
  clientId: 'clientId',
  clientSecret: 'clientSecret',
  oAuthTokenHost: 'oAuthTokenHost',
  tokenTradeInPath: 'tokenTradeInPath',
  externalIdToken: 'externalIdToken',
  useExternalIdToken: true,
};

AccessManagementApiClient.getApiConfig(configOptions).then((config) => {
  const XxxApi = new XxxApi(config);
  XxxApi.getXxxCollection().then((data) => {});
});

License

This repository is available under the MIT license.

2.6.2

4 months ago

1.5.5

7 months ago

1.6.4

9 months ago

1.5.4

8 months ago

1.5.3

9 months ago

1.5.2

10 months ago

2.6.1

6 months ago

2.6.0

7 months ago

1.6.9

7 months ago

1.6.8

7 months ago

1.6.10

7 months ago

1.6.7

8 months ago

1.5.7

7 months ago

1.6.6

9 months ago

1.5.6

7 months ago

1.6.5

9 months ago

1.6.3

12 months ago

1.6.2

12 months ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.1.0

2 years ago

1.0.0

3 years ago