The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Etcd::Role::Actions

json_args

arguments that will be sent to the api

cb

AnyEvent callback must be a CodeRef

cv

init

headers

response

request

get_value

returns single decoded value or the first.

all

returns list containing for example:

  {
    'mod_revision' => '3',
    'version' => '1',
    'value' => 'bar',
    'create_revision' => '3',
    'key' => 'foo0'
  }

where key and value have been decoded for your pleasure.