airbrake-api icon indicating copy to clipboard operation
airbrake-api copied to clipboard

does not work with project scoped errors

Open grosser opened this issue 9 years ago • 4 comments

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 ?

grosser avatar Jun 02 '15 18:06 grosser

@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.

stve avatar Jun 02 '15 18:06 stve

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

grosser avatar Jun 02 '15 19:06 grosser

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

grosser avatar Jun 02 '15 19:06 grosser

thanks @grosser i'll keep you posted

stve avatar Jun 02 '15 20:06 stve