pub async fn get_glossary_entries(
configuration: &Configuration,
glossary_id: &str,
accept: Option<&str>,
) -> Result<(), Error<GetGlossaryEntriesError>>
Expand description
List the entries of a single glossary in the format specified by the Accept
header.