ELEC60013-ES-CW1/App/lib/utils/endpoints.dart
2022-03-07 23:28:43 +00:00

9 lines
707 B
Dart

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";
const String getUserDevices = "https://leg-barkr.nw.r.appspot.com/authentication/get-user-devices";
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";
const String getMetricsSummary = "https://leg-barkr.nw.r.appspot.com/readings/metrics-summary";