1.9.1 • Published 10 months ago

@epilot/discussion-client v1.9.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
10 months ago

@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

1.9.1

10 months ago

1.9.0

10 months ago

1.8.0

2 years ago

1.7.0

2 years ago

1.5.2

2 years ago

1.6.0

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

0.1.0

4 years ago