Module dictionary_api

Source

Structs§

CreateDictionaryParams
struct for passing parameters to the method create_dictionary
DeleteDictionaryParams
struct for passing parameters to the method delete_dictionary
GetDictionaryParams
struct for passing parameters to the method get_dictionary
ListDictionariesParams
struct for passing parameters to the method list_dictionaries
UpdateDictionaryParams
struct for passing parameters to the method update_dictionary

Enums§

CreateDictionaryError
struct for typed errors of method create_dictionary
DeleteDictionaryError
struct for typed errors of method delete_dictionary
GetDictionaryError
struct for typed errors of method get_dictionary
ListDictionariesError
struct for typed errors of method list_dictionaries
UpdateDictionaryError
struct for typed errors of method update_dictionary

Functions§

create_dictionary
Create named dictionary for a particular service and version.
delete_dictionary
Delete named dictionary for a particular service and version.
get_dictionary
Retrieve a single dictionary by name for the version and service.
list_dictionaries
List all dictionaries for the version of the service.
update_dictionary
Update named dictionary for a particular service and version.