Hoptoad API

An unofficial Ruby library for interacting with the Hoptoad API

Usage


Hoptoad. = 'myaccount'
Hoptoad.auth_token = 'abcdeghijklmnopqrstuvwxyz'
Hoptoad.secure = true # if your account is SSL enabled

# find an individual error:
Hoptoad::Error.find(12345)

# or get a list of errors using:
Hoptoad::Error.find(:all)
Hoptoad::Error.find(:all, { :page => 2 })

Requirements

  • HTTParty
  • Hashie

Acknowledgements

Contributors

Matias Käkelä (SSL Support) Jordan Brough (Notices)