Skip to content

Instantly share code, notes, and snippets.

@adamlwalker
Last active August 29, 2015 14:15
Show Gist options
  • Select an option

  • Save adamlwalker/a8046b14007f961bfadd to your computer and use it in GitHub Desktop.

Select an option

Save adamlwalker/a8046b14007f961bfadd to your computer and use it in GitHub Desktop.
get_job_status API call for FreezerPro
require 'rest_client'
params = {
username: 'adam',
password: 'XXXX',
method: 'get_job_status',
job_id: '45c443bba2756e6103b07aae30212528'
}
response = RestClient.post "http://enterprise3.freezerpro.com/api", params
puts response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment