UNPKG

nodejitsu-api

Version:
14 lines (11 loc) 227 B
'use strict'; /* * logs.js: Client for the Nodejitsu logs API. * * (C) 2010, Nodejitsu Inc. * */ // // Constructor function for the Logs resource with Nodejitsu's Logs API // exports.Logs = require('preacher-api').Logs;