pub async fn download_artefact(
    url: &str,
    id: &str,
    name: &str
) -> Result<Response, ClientError>
Expand description

Download artefact output of a task in a workflow.