0.0.3-alpha.1 • Published 2 years ago

@apimatic/js-sdk v0.0.3-alpha.1

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

Getting Started with Apimatic API

Introduction

This API gives you programmatic access to APIMatic's Code Generation, Docs Generation and Transformers Engine.

Install the Package

Run the following command from your project directory to install the package from npm:

npm install @apimatic/js-sdk@0.0.4-alpha.1

Initialize the API Client

Note: Documentation for the client can be found here.

The following parameters are configurable for the API Client:

ParameterTypeDescription
timeoutnumberTimeout for API calls.Default: 0
authorizationstringAuth Header. Replace {x-auth-key} with your API Key.

The API client can be initialized as follows:

const client = new Client({
  timeout: 0,
  authorization: 'Authorization',
});

Authorization

This API uses Custom Header Signature.

List of APIs

Classes Documentation