NAME
Consul::API::ACL - Access control API
SYNOPSIS
use Consul;
my $acl = Consul->acl;
DESCRIPTION
The ACL API is used to create, update, destroy, and query ACL tokens.
This API is fully documented at https://www.consul.io/docs/agent/http/acl.html.
METHODS
create
update
destroy
info
clone
list
SEE ALSO
L<Consul>