tsheets

0.1.0 • Public • Published

tsheet

TimeSheet API REST API wrapper in node.js

Ref

The API is written for the REST Usage of 'TSheets'. This wrapper allows to make API calls to the service using the wrapper.

Installing

Install it as like other packages from npm:

npm install tsheets

Getting Started

Initializing TimeSheet

You've to create a new object from the exported object to invoke the endpoints:

var TimeSheet = require('tsheets'),
    timesheet = new TimeSheet('appId', 'appSecret');
 
// `timesheet` object is now ready i.e .auth, .jobcodes etc

The supplied appId and appSecret would be used in every endpoint to make the calls for data interchange.

Author

The wrapper is written by Hamza Waqas with the developers of 10Pearls, LLC to add a support of TSheets service.

Readme

Keywords

none

Package Sidebar

Install

npm i tsheets

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • arkeologen