Skip to main content

buscar_biblioteca

Function buscar_biblioteca 

Source
pub async fn buscar_biblioteca(
    cliente: &Client,
    chave: &str,
    nome: &str,
    query_contexto: &str,
) -> Result<RespostaListaBibliotecas, ErroContext7>
Expand description

Searches for libraries matching nome with optional relevance query_contexto.

Returns Err(ErroContext7) on HTTP errors to enable retry in executar_com_retry.