[][src]Function shelper::api::tunnel_raw

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

tunnel_raw requires the Owner of a tunnel + the tunnel id to return data about the tunnel. Creation time, config, and more are returned from the API call.