build_service_endpoint_url

Function build_service_endpoint_url 

Source
fn build_service_endpoint_url(
    exercise_service: &ExerciseService,
    endpoint_path: &str,
) -> Result<Url, ControllerError>
Expand description

Builds final CSV endpoint URL using internally preferred base URL.