1.8.0 • Published 4 months ago

@epilot/discussion-client v1.8.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 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.8.0

4 months ago

1.7.0

5 months ago

1.5.2

1 year ago

1.6.0

11 months ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.2

1 year ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

0.1.0

2 years ago