Skip to content

Commit

Permalink
add note about auth_token to README, fixes stve#22 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
stve committed Sep 5, 2012
1 parent 8b6d346 commit c8bc604
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ has lost it's ActiveRecord-like syntax for a more concise and simple API. Inste
of using classes such as `AirbrakeAPI::Error`, the entire API is contained within
`AirbrakeAPI::Client`.

The following classes are now deprecated:
The following classes and their methods are now deprecated:

* `AirbrakeAPI::Error`
* `AirbrakeAPI::Notice`
Expand All @@ -33,6 +33,8 @@ or via a block:
config.secure = true
end

**Note:** Airbrake's API utilizes a separate 'auth_token' than the API Key that is used to configure the Airbrake tracker. Your 'auth_token' is found on the bottom of the user settings page.

## Finding Errors

Errors are paginated, the API responds with 25 at a time, pass an optional params hash for additional pages:
Expand Down

0 comments on commit c8bc604

Please sign in to comment.