1.2.17 • Published 4 years ago

@postchat/postchat-apis v1.2.17

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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

4 years ago

1.2.17

4 years ago

1.2.15

4 years ago

1.2.14

4 years ago

1.2.13

4 years ago

1.2.8

4 years ago

1.2.9

4 years ago

1.2.12

4 years ago

1.2.10

4 years ago

1.2.11

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago