Completed handling of respond_to? (Thanks to @davidlibrera)
Handle TooManyRequests Response (Thanks to @alexanderdean) Bumped Faraday (Thanks to Marcin Lewandowski)
Total overhaul of code structure (Thanks to @colinc) Works with the new Desk.com API V2
Support for groups (Thanks to @tstachl) Support for max_requests (Thanks to @tstachl) New multi_json and multi_xml version
Renamed from Assistly to Desk Updated Faraday and Hashie versions
Newer Faraday and multixml versions
Newer multijson version for Rails 3.1 compatibility
Removed deep_merge because it conflicts with rails. Handling the merge inside the create_outbound_interaction method only on headers for now, until we need it elsewhere.
Added deep_merge! support so that we keep any custom email headers when creating outbound interactions. Required pony in the gem so you don't have to include it in your app.
Stopped returning only the 'results' array when listing things, because this would cause us to not have access to page numbers, total counts, etc.
- Support for Topics, Articles, and Macros added
- Update Readme
- Support for creating outbound interactions via email
- Miscellaneous bug fixes found when actually using this in production.
- Moved to Zencoder Github account
- Initial release
- Support for Case, Customer, Interaction, and User APIs.