SuccessChanges

Summary

  1. tsk13 Adds a resource to get a list of stories by text and pagination (details)
Commit aa4645632344f19b141c7d2c7d9682f6794b00c9 by alvarosuafe
tsk13 Adds a resource to get a list of stories by text and pagination
In the resource path /microstory was added the api call to get the
stories that have a specific text in their content using the "contains"
parameter. Pagination was also added with "pageNumber" and "maxItems"
parameters folowing the documentation specification.
The file was modifiedrest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java (diff)