Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@apimatic/js-sdk

Package Overview
Dependencies
Maintainers
3
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@apimatic/js-sdk

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

unpublished
latest
npmnpm
Version
0.0.3-alpha.1
Version published
Maintainers
3
Created
Source

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.15-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

Keywords

apimatic

FAQs

Package last updated on 01 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts