Skip to content

massive/hoptoad-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hoptoad API

An unofficial Ruby library for interacting with the Hoptoad API
Hoptoad-2 API

Usage


Hoptoad.account = '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

  • ActiveResource
  • ActiveSupport

Acknowledgements

About

An unofficial gem for interacting with the Hoptoad API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%