Resumator

Documentation

Communicates with the resumator API

Usage

gem install resumator-client

ruby client = Resumator::Client.new(APIKEY) resp = client.jobs puts resp[0].title resp = client.jobs(id: resp[0].id)

Any of the parameters listed in the API docs should be supported.

Contributing to resumator

If you want messages from Faraday, set DEBUG in your environment to true.

Copyright © 2012 Kurt Nelson. See LICENSE.txt for further details.