Skip to content

vpl-webteam/nautic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%