Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 372 Bytes

README.markdown

File metadata and controls

22 lines (15 loc) · 372 Bytes

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'