Group
Extension

Matches 1

Mojolicious-Plugin-Pingen ( O/OE/OETIKER/Mojolicious-Plugin-Pingen-0.2.3.tar.gz, OETIKER, 2016; MetaCPAN )
Mojolicious-Plugin-Pingen/lib/Mojolicious/Plugin/Pingen.pm ( view source; MetaCPAN )
Mojolicious::Plugin::Pingen;
use Mojo::Base 'Mojolicious::Plugin';
use Mojo::UserAgent;
use Mojo::JSON;
use POSIX qw(strftime);
use Mojo::Exception;
use constant DEBUG => $ENV{MOJO_PINGEN_DEBUG} || 0;
d2 pingen.document.upload

    my $json =   $c->pingen->document->upload($asset[,\%args]);
    $c->pingen->document->upload($mojoUpload[,\%args], sub { my ($c, $json) = @_; });

Upload a L<Mojo::Uploa
DF file). Pingen will analyze the content of the pdf and figure out
how and where to mail it.

C<$json> is the response object from  pingen.

C<%args> can contain the following optional parameters:

=

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.