Socket
Socket
Sign inDemoInstall

@nft-portal/portal-ts

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nft-portal/portal-ts

NodeJS client for @nft-portal/portal-ts


Version published
Maintainers
0
Created
Source

Portal TypeScript Client

This is a TypeScript client for the Convo AI API. It is generated using the OpenAPI generator.

Installation

npm install @nft-portal/portal-ts

Usage

import { HealthApi, HealthApiApiKeys } from '@nft-portal/portal-ts';

// Instantiate the API
const api = new HealthApi();

// Set the API key. You can get your API key from the Portal settings page.
api.setApiKey(HealthApiApiKeys.apiKey, 'psk_6...ft1');

// Call the API
const res = await api.ping();

console.log(res.body);

// PingResponse { message: 'pong' }

FAQs

Package last updated on 30 Jul 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc