Options
All
  • Public
  • Public/Protected
  • All
Menu

Botsquad Typescript / Javascript SDK

Build Status npm (scoped)

This repository holds the Botsquad client SDK. Generated documentation can be found here:

https://doc.botsquad.com/js-sdk/

Installation

npm install @botsquad/sdk

Usage

The ChatBubble class is the entrypoint to most functionality of this SDK.

License

The JS SDK is MIT licenced and © 2019 by Arjan Scherpenisse.

Index

Functions

promisify

  • promisify<T>(callback: function): Promise<T>
  • Type parameters

    • T

    Parameters

    • callback: function
        • (): Push
        • Returns Push

    Returns Promise<T>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc