silverstripe / addons.silverstripe.org

Website hosting Silverstripe Framework extensions
BSD 3-Clause "New" or "Revised" License
13 stars 16 forks source link

NEW Add ratings API controller that supports bulk rating data in a request #197

Closed robbieaverill closed 6 years ago

robbieaverill commented 6 years ago

Also moves the default cache age value for RatingsController and RatingController into the base ApiController

This will allow consumers (such as the silverstripe-maintenance module) to get all rating data in one request rather than performing lots of subsequent requests.