Skip to content

Eases integration with our multipurpose backend with messaging in mind. To be used in the web client, and bots.

Notifications You must be signed in to change notification settings

postchat/typescript-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Eases integration with our multipurpose backend with messaging in mind. To be used in the web client, and bots.

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •