Closed
Bug 400715
Opened 17 years ago
Closed 17 years ago
Add API call: list recommended addons
Categories
(addons.mozilla.org Graveyard :: API, defect)
addons.mozilla.org Graveyard
API
Tracking
(Not tracked)
RESOLVED
FIXED
3.3
People
(Reporter: laura, Assigned: laura)
References
()
Details
Assignee | ||
Comment 2•17 years ago
|
||
Functionality added in [7880]. Unit test needed.
Comment 3•17 years ago
|
||
I think the current form of this API is not all that useful. Rather than just returning a set of ids I think it would be better to return the full <addon> record from bug 399913 otherwise callers will just have to do multiple calls before they get anything useful.
Comment 4•17 years ago
|
||
I suspect this is something to do with caching, but there doesn't seem to be any randomness to the results if I repeatedly request say 5 items.
Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 7•17 years ago
|
||
It looks like the change to fix the caching has just broken the recommended list. The response includes the <cake:nocache> element and since there is no cake xml prefix named this just makes the xml invalid. The caching also still appears to be happening.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•17 years ago
|
||
r9692 fixes this.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•