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)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: clouserw, Assigned: kngo)

References

Details

(Whiteboard: [qa-])

Assignee: nobody → robhudson.mozbugs
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.
Blocks: 933064
Blocks: 931947
Assignee: robhudson.mozbugs → kngo
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.