uport-project / lambda-caleuche

Caleuche. Event Hub Service
Apache License 2.0
6 stars 4 forks source link

Recovery API #2

Closed c-castillo closed 6 years ago

c-castillo commented 6 years ago

Endpoints implemented:

GET /v1/event/ Retrieves all the events of the user. The events should be retrieved in an ordered array

GET /v1/event/:eventId Retrieves a specific event of the user.

Bonus: Increased coverage on libraries and managers functions

c-castillo commented 6 years ago

@ajunge @pelle please review it again. Changes added:

c-castillo commented 6 years ago

@pelle changes implemented, please review again