2.1.0 • Published 1 year ago

@skriptfabrik/js-api-client v2.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@skriptfabrik/js-api-client

NPM Version NPM Downloads Continuous Integration

skriptfabrik API Client for JavaScript

Author

skriptfabrik [info@skriptfabrik.com](mailto:info@skriptfabrik.com)

For more information, please visit https://www.skriptfabrik.com/api.

Installation

Requirements

NPM

Install NPM

npm install @skriptfabrik/js-api-client@2.1.0 --save

Usage

Please follow the installation instructions and then implement the following code in your project:

import { AdminApi, AuthorizationApi, Configuration } from '@skriptfabrik/js-api-client';

const authorization = new AuthorizationApi();

const configuration = new Configuration({
  accessToken: authorization.createAccessToken({
    username: '<username>',
    password: '<password>'
  }),
});

const admin = new AdminApi(configuration);

admin.getAdminEntryPoint();

Credits

This JavaScript package is automatically generated by the OpenAPI Generator project:

  • API version: 2.1.0+e417cb8
  • Package version: 2.1.0
  • Build date: 2023-03-03T13:15:45.313984Z[Etc/UTC]
2.1.0

1 year ago

2.0.0

1 year ago

1.1.3

1 year ago