node-harvest icon indicating copy to clipboard operation
node-harvest copied to clipboard

Node.js Client API for the Harvest time tracking service

Results 6 node-harvest issues
Sort by recently updated
recently updated
newest added

I have added a global export within the main index.ts file as well as adding the `dist/models` path to the files list in the package.json This should allow users to...

With the release of v2, the older OAuth methods are no longer viable. Effort is needed to create a new method compatible with this API version

enhancement
feature request

This is a _very_ old fork (~2015), just opening the draft PR to refer to it in https://github.com/simplyspoke/node-harvest/issues/85

Since the webpack removal, the typings now directly match the TypeScript code. This means that anything we want exported must be explicitly `export`ed. Currently, it is not possible to import...

`timeEntries.create`, `timeEntries.update` and `timeEntries.stop` return `any` at the moment, but they should instead return a `TimeEntry` entity as this is what is returned by [the API](https://help.getharvest.com/api-v2/timesheets-api/timesheets/time-entries/#create-a-time-entry-via-duration)

## Version 10 of Node.js (code name Dubnium) has been released! 🎊 To see what happens to your code in Node.js 10, Greenkeeper has created a branch with the following...

greenkeeper