-
Notifications
You must be signed in to change notification settings - Fork 185
Home
Steven Davidovitz edited this page May 9, 2013
·
16 revisions
See:
- https://github.com/zendesk/zendesk_api_client_rb/issues/10
- https://github.com/zendesk/zendesk_api_client_rb/issues/14
- https://github.com/zendesk/zendesk_api_client_rb/issues/29
- https://github.com/zendesk/zendesk_api_client_rb/issues/54
query = client.users.search(:query => "[email protected]")
client.search(query: 'type:ticket moon').first
client.tickets.find(id: '24')
API calls are cached based upon their URI (including path and params) See: https://github.com/zendesk/zendesk_api_client_rb/issues/54