SuccessChanges

Summary

  1. tsk22 Adds resource to get most readed stories (details)
Commit dcc9e6b8585c17396f34174758c7054c25e10ba0 by fercamta
tsk22 Adds resource to get most readed stories
Adds rest resource to get the most readed stories in a date range. The
spected parameters are two strings with date in format dd/mm/yyyy,
indicating initial and final date. If parameters couldn't be parsed or
aren't passed, it will throw a bad request exception.
The file was modifiedrest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java (diff)
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)