📎SDK Quick Start
This is the SDK documents for the developers
Overview
We have three types of SDK for
Get or Create Key
SDK for initialize at DMTP and create new DMTP key
SDK for retrieve DMTP key from our DB
Send messages
SDK for sending messages from frontend
Connect other SNS
SDK for connect other SNS account to DMTP
Prerequisite
Node.js: This SDK recommends using Node.js v12.0.0 or higher. Install Node.js from here.
npm: npm, the package manager for Node.js, is installed along with Node.js. We recommend using npm v6.0.0 or higher. To check your version, run
npm -v
in your terminal.React: This SDK assumes React v17.0.0 or higher. To add React to your project, run
npm install react
andnpm install react-dom
in your terminal.
Installation
or
Generate API Key
How to use
Example
Last updated