stve / airbrake-api

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

does not work with project scoped errors #37

Open grosser opened 9 years ago

grosser commented 9 years ago
AirbrakeAPI.configure(xxx)
AirbrakeAPI.errors # works
AirbrakeAPI.errors(project_id: foo)
Kaboom ... returns weird html instead of xml :/

@stve time to switch to api v3 ?

stve commented 9 years ago

@grosser wow, they've updated nearly the entire API again. JSON only and reasonable docs now as well. Doesn't look like this will take me too long to update. I should be able to knock out an updated version this week/weekend.

grosser commented 9 years ago

yeah currently doing raw calls ... looks like pagination does not work :D

grosser commented 9 years ago

FYI most of the commands / endpoints you will need: https://github.com/jcheatham/airbrake_tools/pull/31

stve commented 9 years ago

thanks @grosser i'll keep you posted