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

status code while creating ticket

Open tararam123 opened this issue 9 years ago • 1 comments

Hello, after creating ticket it gives whole result instead of status code. This is making difficult to put logic in code. I there is error or successful post also it comes in result.

tararam123 avatar Sep 07 '16 16:09 tararam123

Hey @tararam123 replace in zdrequest.js, line 35 fufill(body); by fufill(res);

omalave avatar Nov 21 '18 20:11 omalave