Closed
Bug 901710
Opened 12 years ago
Closed 11 years ago
Fireplace should be able to retrieve featured apps and collections for a page in a single HTTP request
Categories
(Marketplace Graveyard :: API, defect, P1)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: chuck, Assigned: chuck)
References
Details
(Whiteboard: [qa-] p=3)
To minimize the number of HTTP requests Fireplace makes to display collections and use rocketfuel's featured app APIs, there should be an endpoint containing all the necessary information for the promotional areas for any given page.
{
"collections": [the equivalent of a request to view all collections for a page],
"featured": [the equivalent of a request to view all featured apps for a page]
}
As this is a Fireplace-specific endpoint, it should live within the /fireplace namespace.
Comment 1•12 years ago
|
||
Added Flue endpoint @ /api/v1/fireplace/search/featured/
https://github.com/mozilla/flue/commit/133641c
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → charmston
Updated•11 years ago
|
Priority: P3 → P1
Assignee | ||
Comment 3•11 years ago
|
||
Collections added to Zamboni here: https://github.com/mozilla/zamboni/compare/6fd965644946...da72cce034d3
Flue PR here: https://github.com/mozilla/flue/pull/4
Assignee | ||
Comment 4•11 years ago
|
||
Assignee | ||
Comment 5•11 years ago
|
||
Relying on QA from the rocketfuel client implementers here.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [qa-] p=3
You need to log in
before you can comment on or make changes to this bug.
Description
•