The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Etcd3::Role::Actions

headers

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.

authenticate

returns an Etcd3::Auth::Authenticate object