This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

nautic

1.1.0 • Public • Published

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: '••••••'
})

Dependencies (2)

Dev Dependencies (8)

Package Sidebar

Install

npm i nautic

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

215 kB

Total Files

9

Last publish

Collaborators

  • ynnoj