NAME
Consul::API::Event - User event API
SYNOPSIS
use Consul;
my $event = Consul->event;
DESCRIPTION
The Event API is used to fire new events and to query the available events.
This API is fully documented at https://www.consul.io/docs/agent/http/event.html.
METHODS
fire
list
SEE ALSO
L<Consul>