Skip to content
Steven Davidovitz edited this page May 9, 2013 · 16 revisions

Search

See:

  query = client.users.search(:query => "[email protected]")
  client.search(query: 'type:ticket moon').first

  client.tickets.find(id: '24')

Caching

API calls are cached based upon their URI (including path and params) See: https://github.com/zendesk/zendesk_api_client_rb/issues/54

Clone this wiki locally