Sha256: d3f941022e9a420a47e55aaf79a24f0bb9e8780f57168c84d45f49876cf10fc8

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 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.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 })
</code>
</pre>


h2. Requirements

* HTTParty
* Hashie

h2. Acknowledgements

* "Hoptoad":http://hoptoadapp.com

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hoptoad-api-2.0.1 README.textile