The show_reviews_stats view currently returns statistics for all applications.
Adding a restful framework will give us batching out of the box, but do we also want search etc.? Actually, given that the client will already be doing search locally and will know the exact apps that it's rendering and needs stats for, should this API request enable reviews for a set/list of apps?
The show_reviews_stats view currently returns statistics for all applications.
Adding a restful framework will give us batching out of the box, but do we also want search etc.? Actually, given that the client will already be doing search locally and will know the exact apps that it's rendering and needs stats for, should this API request enable reviews for a set/list of apps?