Sha256: 7aefb6bc75b817e0d2b8647a43ffa6e811ffc1b32069102b4c670626ba94659d
Contents?: true
Size: 603 Bytes
Versions: 1
Compression:
Stored size: 603 Bytes
Contents
h1. Hoptoad API An unofficial Ruby library for interacting with the "Hoptoad API":http://hoptoadapp.com/pages/api h2. Usage <pre> <code> Hoptoad.account = 'myaccount' Hoptoad.token = 'abcdeghijklmnopqrstuvwxyz' # find an individual error: Hoptoad::Error.find(12345) # or get a list of errors using: Hoptoad::Error.find(:all) Hoptoad::Error.find(:all, :params => { :page => 2 }) </code> </pre> h2. Requirements * ActiveResource * ActiveSupport h2. Acknowledgements * "Hoptoad":http://hoptoadapp.com * "Lighthouse-api":http://github.com/Caged/lighthouse-api (inspiration for much of this code)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hoptoad-api-1.0.0 | README.textile |