SuccessChanges

Summary

  1. tsk23: Add REST endpoint for hottest stories (details)
Commit ac7e87e16642ec0e07890761c7e9c788bc2c287f by josecampor31
tsk23: Add REST endpoint for hottest stories
New endpoint to retrieve (at most) the 2 most viewed stories per genre.
The endpoint has been defined as /trending/hottest due to overlap with
other endpoints.
The file was modifiedrest/src/test/java/es/uvigo/esei/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/test/java/es/uvigo/esei/microstories/rest/GenericTypes.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/microstories/rest/StoryResource.java (diff)