0.2.3 • Published 4 years ago

dynamaker v0.2.3

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

dynamaker

A library to simplify integration with DynaMaker using JavaScript/TypeScript

Getting started

Installation

npm i dynamaker

Import

// you can import select features
import { webhookParser } from 'dynamaker'

// or you can import everything as a namespace
import * as dynamaker from 'dynamaker'

Webhook Secret

You can find your webhook secret (test and production) in the plugins section of your project in the DynaMaker dashboard.

Examples

Examples can be found in the /examples dir.

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago