2022-02-11 12:46:56 +00:00
|
|
|
const String home = "https://leg-barkr.nw.r.appspot.com/";
|
|
|
|
const String register = "https://leg-barkr.nw.r.appspot.com/authentication/register";
|
|
|
|
const String verify = "https://leg-barkr.nw.r.appspot.com/authentication/verify";
|
2022-02-15 11:06:39 +00:00
|
|
|
const String getUserDevices = "https://leg-barkr.nw.r.appspot.com/authentication/get-user-devices";
|
2022-02-14 20:22:24 +00:00
|
|
|
const String getLastLocation = "https://leg-barkr.nw.r.appspot.com/readings/location/last";
|
|
|
|
const String getStepsToday = "https://leg-barkr.nw.r.appspot.com/readings/steps/today";
|
|
|
|
const String getStepsLastFiveDays = "https://leg-barkr.nw.r.appspot.com/readings/steps/last-five-days";
|
2022-02-15 11:06:39 +00:00
|
|
|
const String getMetricsSummary = "https://leg-barkr.nw.r.appspot.com/readings/metrics-summary";
|