Socket
Socket
Sign inDemoInstall

@epilot/discussion-client

Package Overview
Dependencies
55
Maintainers
28
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @epilot/discussion-client

Client library for the epilot Discussion API


Version published
Weekly downloads
73
decreased by-2.67%
Maintainers
28
Created
Weekly downloads
 

Readme

Source

@epilot/discussion-client

CI npm version bundle size License

API Client for epilot Discussion API.

Uses openapi-client-axios

Installation

npm install --save @epilot/discussion-client

Usage

import { getClient } from '@epilot/discussion-client';
const discussionClient = getClient();
const createResponse = await discussionClient.createComment(null, {
  content: 'Hello World!',
  context_id: '0bb1495f-3e3d-455b-9cc6-6e0c4779b351',
});

Documentation

https://docs.epilot.io/docs/discussion

Keywords

FAQs

Last updated on 20 Dec 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc