tbd-friends / water-drink-water

An application to help you remember to drink water

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I should be able to list my consumption for a given day

tbd-develop opened this issue · comments

An endpoint for listing the logged water consumption

Given a date (default to the current date) should return the water consumption logged for that date.

Return;

DateTimeConsumed
AmountConsumed

Endpoint; /api/consumption/logs?date={date}

Should remove "feature flag" and switch out mock data for API call