@postchat/postchat-apis
TypeScript icon, indicating that this package has built-in type declarations

1.2.17 • Public • Published

PostChat Typescript SDK

Node.js client library for using the PostChat APIs.

Getting started

Installation

$ npm install @postchat/postchat-apis
import { PostChat } from '@postchat/postchat-apis';

const postChat = new PostChat(apiKey);
// or
const postChat = await PostChat.create(username, password, isBot);

Readme

Keywords

none

Package Sidebar

Install

npm i @postchat/postchat-apis

Weekly Downloads

5

Version

1.2.17

License

MIT

Unpacked Size

57.8 kB

Total Files

64

Last publish

Collaborators

  • isoung
  • jvandeweghe