Function raw_script_by_path_tokened

Source
pub async fn raw_script_by_path_tokened(
    configuration: &Configuration,
    workspace: &str,
    token: &str,
    path: &str,
) -> Result<String, Error<RawScriptByPathTokenedError>>