Closed
Bug 931938
Opened 10 years ago
Closed 10 years ago
Add an API to retrieve rating for an app (and make sure it can be polled)
Categories
(Marketplace Graveyard :: API, enhancement, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: kngo)
References
Details
(Whiteboard: [qa-])
We'll need this API for the consumer and developer pages. UX: https://bugzilla.mozilla.org/show_bug.cgi?id=929803 Our Spec: https://docs.google.com/a/mozilla.com/document/d/1vc-pDhbFYKMDbA3Yamr8InA2M7kerBdc39qzPwIUMqk/edit# IARC docs: https://docs.google.com/a/mozilla.com/file/d/0B96RwPRmGwk7LWc5Zjhrc2V5WXM/edit?usp=sharing
Updated•10 years ago
|
Assignee: nobody → robhudson.mozbugs
Comment 1•10 years ago
|
||
We're thinking something along the lines of this: { "ESRB": { "rating": "Everyone", "rating_slug": "0", "descriptors": [ "Blood and Gore", "Language" ], "interactive_elements": [ "Shares information", ] }, "PEGI": { ... } } At a specific URL, like /api/v1/apps/app/(int:id|string:slug)/content-ratings/. Optionally provide a `since` querystring arg with ISO 8601 date/time to return content ratings added or modified since this date.
Assignee | ||
Updated•10 years ago
|
Assignee: robhudson.mozbugs → kngo
Assignee | ||
Comment 2•10 years ago
|
||
https://github.com/mozilla/zamboni/pull/1369
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•