Module manage_glossaries_api

Source

Enums§

CreateGlossaryError
struct for typed errors of method create_glossary
DeleteGlossaryError
struct for typed errors of method delete_glossary
GetGlossaryEntriesError
struct for typed errors of method get_glossary_entries
GetGlossaryError
struct for typed errors of method get_glossary
ListGlossariesError
struct for typed errors of method list_glossaries
ListGlossaryLanguagesError
struct for typed errors of method list_glossary_languages

Functions§

create_glossary
delete_glossary
Deletes the specified glossary.
get_glossary
Retrieve meta information for a single glossary, omitting the glossary entries.
get_glossary_entries
List the entries of a single glossary in the format specified by the Accept header.
list_glossaries
List all glossaries and their meta-information, but not the glossary entries.
list_glossary_languages
Retrieve the list of language pairs supported by the glossary feature.