Service Options
Get the API URL of the service:
crudService.getApiUrl() : stringSet the API URL of the service:
crudService.setApiUrl(apiUrl : string) : thisGet the API route of the service:
crudServie.getApiRoute() : stringSet the API route of the service:
crudService.setApiRoute(apiRoute : string) : thisLast updated