1.6.11 • Published 2 years ago

@datenkraft/bb-accounting-profile-api-ts-client v1.6.11

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
2 years ago

Backbone - accounting-profile API TS Client

Introduction

The accounting-profile API TS Client enables you to work with the accounting-profile API.

Prerequisites

  • npm

Installation

You can use npm to install the package.

npm install @datenkraft/bb-accounting-profile-api-ts-client

Using the package

The package can be used to communicate with the accounting-profile 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 { AccountingProfileApiClient } from '@datenkraft/bb-accounting-profile-api-ts-client';
import { XxxApi } from '@datenkraft/bb-accounting-profile-api-ts-client/Generated';

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

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

License

This repository is available under the MIT license.

1.5.5

2 years ago

1.6.4

2 years ago

1.5.4

2 years ago

1.6.3

2 years ago

1.5.3

2 years ago

1.6.2

2 years ago

1.5.2

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.6.9

2 years ago

1.6.11

2 years ago

1.5.9

2 years ago

1.6.8

2 years ago

1.5.8

2 years ago

1.6.10

2 years ago

1.6.7

2 years ago

1.5.7

2 years ago

1.6.6

2 years ago

1.5.6

2 years ago

1.6.5

2 years ago

1.1.0

3 years ago

1.0.0

4 years ago