1.0.0 • Published 3 years ago

automation-test-ts v1.0.0

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

Getting Started with APIMATIC Calculator

Introduction

Simple calculator API hosted on APIMATIC

Install the Package

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

npm install automation-test-ts@1.0.0

Initialize the API Client

Note: Documentation for the client can be found here.

The following parameters are configurable for the API Client:

ParameterTypeDescription
environmentEnvironmentThe API environment. Default: Environment.Production
timeoutnumberTimeout for API calls.Default: 0

The API client can be initialized as follows:

const client = new Client({
  timeout: 0,
  environment: Environment.Production
})

List of APIs

Classes Documentation