Function update_status

Source
pub fn update_status<RB>(
    consumer: &Token<'_>,
    access: &Token<'_>,
    status: &str,
    client: &RB::ClientBuilder,
) -> Result<()>
where RB: RequestBuilder, RB::ReturnValue: AsRef<[u8]>,
Expand description

function to update the status This function takes as arguments the consumer key, the access key, and the status (obviously)