1.1.0 • Published 6 years ago

nautic v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Nautic 🐙

Greenkeeper badge

Node.js library for the Mautic REST API

Usage

yarn add nautic

Instantiate a new client by providing your Mautic domain, along with your Mautic username and password.

This library uses the basic authentication method when making requests to the Mautic API.

const MauticClient = new Nautic({
  apiUrl: 'https://pawnee.mautic.net/api',
  username: 'ronswanson',
  password: '••••••'
})
1.1.0

6 years ago

1.0.0

6 years ago