1.2.17 • Published 5 years ago

@postchat/postchat-apis v1.2.17

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

1.2.17

5 years ago

1.2.15

5 years ago

1.2.14

5 years ago

1.2.13

5 years ago

1.2.8

5 years ago

1.2.9

5 years ago

1.2.12

5 years ago

1.2.10

5 years ago

1.2.11

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago