NAME
Mojolicious::Plugin::Util::Endpoint::endpoints - List Template URIs
SYNOPSIS
use Mojolicious::Plugin::Util::Endpoint::endpoints;
my $ep = Mojolicious::Plugin::Util::Endpoint::endpoints->new;
$ep->run;
DESCRIPTION
Mojolicious::Plugin::Util::Endpoint::endpoints lists all endpoints established by Mojolicious::Plugin::Util::Endpoint.
It is normally started from the command line:
$ perl app.pl endpoints
ATTRIBUTES
Mojolicious::Plugin::Util::Endpoint::endpoints inherits all attributes from Mojolicious::Command and implements the following new ones.
description
my $description = $ep->description;
$ep = $ep->description('Foo!');
Short description of this command, used for the command list.
usage
my $usage = $ep->usage;
$ep = $ep->usage('Foo!');
Usage information for this command, used for the help screen.
METHODS
Mojolicious::Plugin::Util::Endpoint::endpoints inherits all methods from Mojolicious::Command and implements the following new ones.
run
$ep->run;
Run this command.
DEPENDENCIES
Mojolicious, Mojolicious::Plugin::Util::Endpoint.
AVAILABILITY
https://github.com/Akron/Mojolicious-Plugin-Util-Endpoint
COPYRIGHT AND LICENSE
Copyright (C) 2012-2014, Nils Diewald.
This program is free software, you can redistribute it and/or modify it under the same terms as Perl.
The documentation is based on Mojolicious::Command::eval, written by Sebastian Riedel.