node-toggl-api icon indicating copy to clipboard operation
node-toggl-api copied to clipboard

Toggl API for Node.js

Results 7 node-toggl-api issues
Sort by recently updated
recently updated
newest added

Hi, is there any interest in adding support for Promises? One technique is to check if a callback is provided, and if not, return a Promise. This method should maintain...

The Toggl API docs mention. ```For rate limiting we have implemented a Leaky bucket. When a limit has been hit the request will get a HTTP 429 response and it's...

Hello and thanks for this sweet wrapper. While, i'm trying to use the `detailedReport` method, I met an issue while trying to use the `user_ids` param. It is written that...

If I use curl to authenticate using an API token to the Toggl API, it returns a blob of JSON that includes my user ID. If I authenticate using node-toggl-api...

Great work on this library! Big thanks @estliberitas ! Wanted to request support for .pdf response. According to their docs you just need to add .pdf to the call URL:...

The V8 API is deprecated and will be phased out soon, more info about this here https://toggl.com/blog/toggl-track-api-v9 It should be updated to V9 endpoints. > We’re phasing out v8 within...

help wanted