The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::aki - The command-line data processor for web content

SYNOPSIS

    $ aki http://example.com/json --pointer '/foo/bar/0'
    ---
        baz     123
        qux     "foobar"
    ---

DESCRIPTION

App::aki is the module for data processor in the command-line.

The aki command sends a request to any endpoint. Then the response is automatically detected and shown up as the dump of human readable result. Moreover, '--pointer' option can specify values what you want.

See: aki command to know more details.

METHODS

run

execute process

REPOSITORY

App::aki is hosted on github <http://github.com/bayashi/App-aki>

AUTHOR

Dai Okabayashi <bayashi@cpan.org>

SEE ALSO

aki

aki was inspired from these tools.

curl:<http://curl.haxx.se/>, jq:<http://stedolan.github.io/jq/>.

LICENSE

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.