zendesk-node-api
zendesk-node-api copied to clipboard
🎁 A wrapper library for the Zendesk API with NodeJS.
Encountered the below errors after requiring/importing zendesk-node-api: ``` ERROR in ./node_modules/forever-agent/index.js Module not found: Error: Can't resolve 'net' in '/home/neil/folder/repos/proj/node_modules/forever-agent' @ ./node_modules/forever-agent/index.js 6:10-24 @ ./node_modules/request/request.js @ ./node_modules/request/index.js @ ../poa-ui/node_modules/zendesk-node-api/src/zdrequest.js @...
Using this code ``` this.zendesk.search.list('query=type:ticket status:open').then(function (results) { console.log(results); }); ``` I get a closed ticket ``` [ { id: 3746, priority: null, status: 'open', problem_id: null, has_incidents: false, tags:...
For example, if I try to list a ticket while the wifi is off, I get an error: ``` undefined ^ SyntaxError: Unexpected token u in JSON at position 0...
Hi This is a very useful library but i have to set password to zendesk user. Is it possible? Ref: https://developer.zendesk.com/rest_api/docs/core/users#set-a-users-password Thank.
Tests are failing because the instance of zendesk I was using for travis has expired, I'll need to look into getting an account just for testing purposes.
Im finding myself expecting the whole result set to do paging. I do see the merit in returning just the tickets, but it falls short. Here's the offending bit of...
Removes [minimist](https://github.com/minimistjs/minimist). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `minimist` Updates `mocha` from 2.5.3 to 10.2.0 Release notes Sourced from...
Bumps [debug](https://github.com/debug-js/debug) to 4.3.4 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `debug` from 2.2.0 to 4.3.4 Release notes Sourced from debug's releases. 4.3.4 What's...
Bumps [ms](https://github.com/vercel/ms) to 2.1.3 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `ms` from 0.7.1 to 2.1.3 Release notes Sourced from ms's releases. 2.1.3 Patches...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.1 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...