Freshmaker: A simple API client for Freshdesk.
Installation
First grab the gem.
$ gem install freshmaker
Open up auth.yml
and enter your Freshdesk credentials.
# auth.yml
email: 'some@email.com'
password: 'amaz1ngpassw0rd'
url: 'http://site.freshdesk.com'