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

Where is the search object in accessor.js

Open adriancorcoran opened this issue 7 years ago • 0 comments

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!

adriancorcoran avatar Jun 14 '18 15:06 adriancorcoran