Closed c-castillo closed 6 years ago
@ajunge @pelle please review it again. Changes added:
GET /v1/events/{page}/{per_page}
. If no pagination parameters, the api provides defaults page=1
and per_page=100
@pelle changes implemented, please review again
Endpoints implemented:
GET /v1/event/
Retrieves all the events of the user. The events should be retrieved in an ordered arrayGET /v1/event/:eventId
Retrieves a specific event of the user.Bonus: Increased coverage on libraries and managers functions