pub async fn list_glossaries(
configuration: &Configuration,
) -> Result<ListGlossaries200Response, Error<ListGlossariesError>>
Expand description
List all glossaries and their meta-information, but not the glossary entries.
pub async fn list_glossaries(
configuration: &Configuration,
) -> Result<ListGlossaries200Response, Error<ListGlossariesError>>
List all glossaries and their meta-information, but not the glossary entries.