Mojolicious-Plugin-LinkEmbedder

 view release on metacpan or  search on metacpan

lib/Mojolicious/Plugin/LinkEmbedder.pm  view on Meta::CPAN

=item * L<Mojolicious::Plugin::LinkEmbedder::Link::Text::Travis>

=back

=cut

use Mojo::Base 'Mojolicious::Plugin';
use Mojo::JSON;
use Mojo::UserAgent;
use Mojolicious::Plugin::LinkEmbedder::Link;
use constant DEBUG => $ENV{MOJO_LINKEMBEDDER_DEBUG} || 0;

our $VERSION = '0.2301';

has _ua => sub { Mojo::UserAgent->new(max_redirects => 3) };

=head1 METHODS

=head2 embed_link

See L</SYNOPSIS>.



( run in 0.654 second using v1.01-cache-2.11-cpan-71847e10f99 )