Description
The RouteApi interface uses mixed-case Api (lowercase pi), while the project naming convention defined in the development guide requires all API interfaces to use the suffix API (all caps). The same convention is followed by the other API interface (DeviceTelemetryAPI).
File affected:
endurancetrio-app/src/main/java/com/endurancetrio/app/tracker/api/RouteApi.java
endurancetrio-app/src/main/java/com/endurancetrio/app/tracker/api/RouteRestController.java
(the implements RouteApi clause must be updated to implements RouteAPI)
Acceptance Criteria
Description
The
RouteApiinterface uses mixed-caseApi(lowercasepi), while the project naming convention defined in the development guide requires all API interfaces to use the suffixAPI(all caps). The same convention is followed by the other API interface (DeviceTelemetryAPI).File affected:
endurancetrio-app/src/main/java/com/endurancetrio/app/tracker/api/RouteApi.javaendurancetrio-app/src/main/java/com/endurancetrio/app/tracker/api/RouteRestController.java(the
implements RouteApiclause must be updated toimplements RouteAPI)Acceptance Criteria
RouteApi.javais renamed toRouteAPI.javaRouteApiare updated toRouteAPI, including theimplementsclause inRouteRestController