Sha256: b381f7d7eb422e371271f55cb795decf34614a20f0b2d1644ebdda159d3e3f16
Contents?: true
Size: 565 Bytes
Versions: 1
Compression:
Stored size: 565 Bytes
Contents
h1. Hoptoad API An unofficial Ruby library for interacting with the "Hoptoad API":http://hoptoadapp.com/pages/api "Hoptoad-2 API":http://help.hoptoadapp.com/faqs/api-2/api-overview 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, { :page => 2 }) </code> </pre> h2. Requirements * ActiveResource * ActiveSupport h2. Acknowledgements * "Hoptoad":http://hoptoadapp.com
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hoptoad-api-2.0.0 | README.textile |