stve / airbrake-api

Airbrake API Ruby Client
https://rubygems.org/gems/airbrake-api
MIT License
44 stars 23 forks source link

APIv1 #36

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Looks like you've implemented APIv1, not v3. Just thought it should be documented somewhere

see https://help.airbrake.io/kb/api-2/notifier-api-v3

stve commented 9 years ago

Hey there, not sure how I missed this but better late than never. Looks like quite a bit has changed in their documentation since I last looked. Right now, what's supported is the v2 projects and groups API. I just found the v3 search and filter documentation which is probably what i'll support the next time I get around to changing the gem.

Historically, I've opted not to support or implement the notifier API as the airbrake gem already does a good job of this.

bf4 commented 9 years ago

I've recently published my script hackage that mostly uses the v3 api, with the intention of improving design, usability, and testing.. but it works for what I was using it for.. :) https://github.com/bf4/airbrake_client