zendesk-node-api
zendesk-node-api copied to clipboard
Where is the search object in accessor.js
Hi Guys,
Awesome API :) Just curious, I have been using it and customising it and found that the search method works best for what we need. I can see all the other methods in accessor.js however I cannot see the search object:
return {
...
...
search: require('./accessor.js')(config, 'search', 'search')
};
Could you let me know where this object is, so that I can customise the data being returned to our app?
Thanks a lot!