ApiResult interface created, will be used by the all classes that is supposed to send to FrontEnd
ResultResponse class created, this class is being mapped to a Json file by SpringBoot. It contains list of results. Maybe we can add result codes in the future, but for now only list of results
ApiResult
interface created, will be used by the all classes that is supposed to send to FrontEndResultResponse
class created, this class is being mapped to a Json file bySpringBoot
. It contains list of results. Maybe we can add result codes in the future, but for now only list of results