🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@corva/node-api-client

Package Overview
Dependencies
Maintainers
10
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@corva/node-api-client

Corva API nodejs client with throttling

latest
npmnpm
Version
6.0.2
Version published
Maintainers
10
Created
Source

@corva/node-api-client

Nodejs Corva API client with throttling.

  • @corva/node-api-client

Getting strted

Installation

npm i @corva/node-api-client

Usage

const { ApiClient } = require('@corva/node-api-client');
const pino = require('pino');
const logger = pino();
const client = new ApiClient({
  api: {
    prefixUrl: 'string',
    prefixDataUrl: 'string',
    appKey: 'string',
    apiKey: 'string',
  },
  logger,
});

Features

  • API requests throttling
  • API request auto retries on failure

Keywords

api

FAQs

Package last updated on 04 Jan 2022

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