class Fastly::Dictionary

def add_item(key, value)

def add_item(key, value)
  fetcher.create_dictionary_item(service_id: service_id, dictionary_id: id, item_key: key, item_value: value)
end