Add the add-on's name and icon_url to review API responses (original) (raw)
To support #12280 and #2050 we need to display the add-on name and its icon on the User Profile screen in the section where we list reviews by a particular person. The data we use for this comes from https://addons-server.readthedocs.io/en/2018.05.17/topics/api/reviews.html#list-reviews, which returns review objects as detailed at https://addons-server.readthedocs.io/en/2018.05.17/topics/api/reviews.html#review-detail-object. This currently only returns the id and slug of the add-on in question, but we would like to have it also return the name and icon_url of the add-on.
Note that the above mentioned issues are something we hope to land by the end of the quarter, so please let us know if adding this data in the near future is a possibility, or something that will be difficult to achieve.