Closed
Bug 548361
Opened 15 years ago
Closed 15 years ago
Minor adjustments of API 1.5
Categories
(addons.mozilla.org Graveyard :: API, defect, P2)
addons.mozilla.org Graveyard
API
Tracking
(Not tracked)
RESOLVED
FIXED
5.8
People
(Reporter: clouserw, Assigned: davedash)
References
()
Details
(Whiteboard: [z][r=clouserw][gh])
Attachments
(1 file)
177.42 KB,
image/png
|
Details |
Currently API1.5 shows:
<num_reviews>1569</num_reviews><reviews>/z/en-US/firefox/addon/1865/reviews?src=api</reviews>
This should be combined into:
<reviews num="20">URL</reviews>
Also on the install attribute:
size="300kb"
should become:
size="300" units="kb"
An example URL:
https://preview.addons.mozilla.org/z/en-US/firefox/api/1.5/addon/1865
Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Whiteboard: [z][r?clouserw][gh:davedash/api]
Reporter | ||
Updated•15 years ago
|
Whiteboard: [z][r?clouserw][gh:davedash/api] → [z][r=clouserw][gh:davedash/api]
Assignee | ||
Updated•15 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [z][r=clouserw][gh:davedash/api] → [z][r=clouserw][gh]
Updated•15 years ago
|
Keywords: dev-doc-needed
https://preview.addons.mozilla.org/z/en-US/firefox/api/1.5/addon/1569
Reviews section: Fixed
<reviews num="4">
https://preview.addons.mozilla.org/z/en-US/firefox/addon/1569/reviews/?src=api
</reviews>
Install: Do not see the attribute
Units="kb"
<install hash="sha256:6e8d5ba0626ec8c78bb38c2820744b217b32cb74f827488d4da9bf27c2dfe578" os="ALL" size="5120">
https://preview.addons.mozilla.org/downloads/file/6756/cookie_crumbler-1.0-fx.xpi?src=api
</install>
Comment 2•15 years ago
|
||
Pratibha: If this is fixed, please change the status from Resolved to Verified.
Comment 3•15 years ago
|
||
(In reply to comment #0)
> Currently API1.5 shows:
>
> <num_reviews>1569</num_reviews><reviews>/z/en-US/firefox/addon/1865/reviews?src=api</reviews>
>
> This should be combined into:
>
> <reviews num="20">URL</reviews>
>
> Also on the install attribute:
>
> size="300kb"
>
> should become:
>
> size="300" units="kb"
>
> An example URL:
> https://preview.addons.mozilla.org/z/en-US/firefox/api/1.5/addon/1865
install attribute currently has the following info:
<install hash="sha256:e691e8230286883726203768bb1d22c9d19ded7165523a298edddc1cb25e886c" os="ALL" size="307200">
https://preview.addons.mozilla.org/downloads/file/74835/adblock_plus-1.1.3-fx+sm+tb+fn.xpi?src=api
</install>
I do not see "units" specified under install attribute
reopening this bug.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•15 years ago
|
||
Assignee | ||
Comment 5•15 years ago
|
||
We took out units in favor of multiplying by 1024 to get bytes:
https://bugzilla.mozilla.org/show_bug.cgi?id=543559
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
Updated•8 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•