[][src]Function shelper::api::job_info

pub fn job_info(
    owner: &User,
    job_id: &str,
    super_admin: Option<&User>
) -> Result<String, Box<dyn Error>>

Returns the JSON info for a Job. job_info makes a REST call with given credentials to fetch the details of a single job.