Class: Zendesk::Client
- Inherits:
-
API
- Object
- API
- Zendesk::Client
- Includes:
- Attachments, Entries, Forums, Groups, Macros, Organizations, Search, Tags, TicketFields, Tickets, Users
- Defined in:
- lib/zendesk/client.rb,
lib/zendesk/client/tags.rb,
lib/zendesk/client/users.rb,
lib/zendesk/client/search.rb,
lib/zendesk/client/groups.rb,
lib/zendesk/client/macros.rb,
lib/zendesk/client/forums.rb,
lib/zendesk/client/tickets.rb,
lib/zendesk/client/entries.rb,
lib/zendesk/client/attachments.rb,
lib/zendesk/client/ticket_fields.rb,
lib/zendesk/client/organizations.rb
Overview
Note:
All methods have been separated into modules and follow the same grouping used in Zendesk API Documentation.
Wrapper for the Zendesk REST API
Defined Under Namespace
Modules: Attachments, Entries, Forums, Groups, Macros, Organizations, Search, Tags, TicketFields, Tickets, Users Classes: EntriesCollection, ForumsCollection, GroupsCollection, MacrosCollection, OrganizationsCollection, TagsCollection, TicketsCollection, UsersCollection
Method Summary
Methods included from Macros
Methods included from TicketFields
Methods included from Tags
Methods included from Entries
Methods included from Forums
Methods included from Tickets
Methods included from Groups
Methods included from Organizations
Methods included from Users
Methods inherited from API
#basic_auth, #initialize, #inspect
Constructor Details
This class inherits a constructor from Zendesk::API