freshdesk-api
freshdesk-api copied to clipboard
A ruby API client for freshdesk.com (not maintained since 2012)
The gem has some problems for freshdesk API V2 cause ml is not supported and return HTTP 415, also the format of parameters change and urls too, it's a good...
When I create a Freshdesk client, I am able to run the following code: `client.get_users => #=> "\n\n \n false\n...\n` But, if I try to post off and create a...
Gotta catch 'em all! ``` 2.1.2 :001 > require 'freshdesk' 2.1.2 :002 > Freshdesk.new('https://example/com', 'secret-key').get_users => nil ```
From looking at the code it appears the library only support a single attachment? Btw, would be nice with some more documentation on the attachment-stuff :)