Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.
/ nautic Public archive

Node.js library for the Mautic REST API

Notifications You must be signed in to change notification settings

ynnoj/nautic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Node.js library for the Mautic REST API

Topics

Resources

Stars

Watchers

Forks