Confirmed users
245
edits
(→API Spec: Adding optional parameters) |
(→Report: Adding Top Crashers by Signature) |
||
Line 74: | Line 74: | ||
HTTP request: '''GET'''<br> | HTTP request: '''GET'''<br> | ||
URI: '''/report/ | URI: '''/report/(''report_name'')/(''report_parameters'')''' | ||
==== Top Crashers by Signature ==== | |||
URI: '''/top_crashers_by_signature/product/(''product'')/version/(''version'')/from/(from_date)/to/(to_date)/''' | |||
* ''product'': The product we are interested in. (e.g. Firefox, Fennec, Thunderbird... ) | |||
* ''version'': Version of the product. | |||
* ''from_date'': Only crashes that happened after this date. | |||
* ''to_date'': Only crashes that happened before this date. | |||
== Crash == | == Crash == |