This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@skriptfabrik/js-api-client
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

@skriptfabrik/js-api-client

NPM Version NPM Downloads Continuous Integration

skriptfabrik API Client for JavaScript

Author

skriptfabrik <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]

Package Sidebar

Install

npm i @skriptfabrik/js-api-client

Weekly Downloads

3

Version

2.1.0

License

Apache-2.0

Unpacked Size

1.11 MB

Total Files

506

Last publish

Collaborators

  • marco.spengler
  • schroedan