Closed
Bug 948240
Opened 11 years ago
Closed 11 years ago
Reformat zippy responses to do the right thing
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P4)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andy+bugzilla, Assigned: davidbgk)
References
Details
I think solitude should provide a standard interface to the back ends. One example is getting a list of objects. In solitude you get the standard tastypie response, rather like the firefox marketplace api.
http://firefox-marketplace-api.readthedocs.org/en/latest/topics/overview.html#responses
If you do a list against the solitude reference implementation, it passes it through to zippy and then passes it straight back. What zippy returns is what you get.
This means nice APis like get_object in curling no longer work. I'm thinking that solitude should reformat responses so that responses from solitude are always consistent, forever.
Comment 1•11 years ago
|
||
maybe we should just fix zippy, I'm not sure
| Reporter | ||
Updated•11 years ago
|
Priority: -- → P4
Summary: Should solitude reformat zippy responses → Reformat zippy responses to do the right thing
| Reporter | ||
Updated•11 years ago
|
Version: 1.4 → 1.5
| Reporter | ||
Comment 2•11 years ago
|
||
I'm going to vote for solitude to reformat into the right interface so its always consistent.
Blocks: 905736
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → david
| Assignee | ||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•