New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@kwentapay/api-client

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kwentapay/api-client

Kwenta API Client

latest
npmnpm
Version
0.2.1
Version published
Maintainers
1
Created
Source

@kwentapay/api-client

NPM package to interact with the Kwenta API.

Installation

Package managerCommand
NPMnpm install @kwentapay/api-client
Yarnyarn add @kwentapay/api-client
PNPMpnpm install @kwentapay/api-client

Usage

Initialize the API client with:

import { createApiClient } from "@kwentapay/api-client";

const kwenta = createApiClient({
  // URL of the Kwentapay API to interact with.
  url: "https://api.kwenta.st",
  // API key to authenticate with the Kwentapay API.
  token: "YOUR_API_KEY",
});

Then you can use the kwenta object to interact with the Kwentapay API.

See the API documentation for more information.

See also

License

This project is licensed under the MIT License.

FAQs

Package last updated on 30 Apr 2024

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