Closed
Bug 894587
Opened 12 years ago
Closed 12 years ago
API consumers should be able to retrieve collections
Categories
(Marketplace Graveyard :: API, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-08-06
People
(Reporter: chuck, Assigned: chuck)
References
Details
(Whiteboard: p=2 [qa+])
API consumers should be able to edit collections.
This endpoint should be open to the world.
Assignee | ||
Comment 1•12 years ago
|
||
API consumers should be able to *retrieve* collection data.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → charmston
Whiteboard: p=2
Assignee | ||
Comment 2•12 years ago
|
||
Landed here: https://github.com/mozilla/zamboni/commit/c54a2ca023076285156cba818e571ff2e5933dfa
STR:
1) Create a collection using the STR in bug 894456.
2) Note the data in the body of the response.
3) Attempt to retrieve the collection in a separate request using the endpoint outlined here: http://firefox-marketplace-api.readthedocs.org/en/latest/topics/rocketfuel.html#get--api-v1-rocketfuel-collections-%28int-id%29-
4) A successful attempt's response will contain the same data in the response from step 3 as the one noted in step 2.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: p=2 → p=2 [qa+]
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 2013-08-08
Comment 3•12 years ago
|
||
Flue API endpoint at /api/v1/rocketfuel/collections/<slug>/
https://github.com/mozilla/flue/commit/79e1dc7
Comment 4•12 years ago
|
||
Flue API endpoint at /api/v1/rocketfuel/collections/
https://github.com/mozilla/flue/commit/1c50216
You need to log in
before you can comment on or make changes to this bug.
Description
•