Function deepl_openapi::apis::manage_glossaries_api::create_glossary
source · pub async fn create_glossary(
configuration: &Configuration,
name: &str,
source_lang: GlossarySourceLanguage,
target_lang: GlossaryTargetLanguage,
entries: &str,
entries_format: &str
) -> Result<Glossary, Error<CreateGlossaryError>>