New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

servicetitan

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

servicetitan

Node wrapper for the ServiceTitan API

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

node-servicetitan

Build Status npm version npm version

Node Servicetitan is a node.js wrapper for the go.servicetitan.com api.

Installation

npm install servicetitan

Usage

'use strict';

var st = require('servicetitan')({
  key : '00000000-0000-0000-0000-000000000000'
});

st
  .getCustomers({
    id : 0
  })
  .then(function(res) {
    console.log(res);
  })
  .catch(function(err) {
    console.log('Error');
  });

Test


API_KEY="00000000-0000-0000-0000-000000000000" npm test

Keywords

servicetitan

FAQs

Package last updated on 19 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts