Group
Extension

Matches 1

Dancer-Plugin-SimpleCRUD ( B/BI/BIGPRESH/Dancer-Plugin-SimpleCRUD-1.16.tar.gz, BIGPRESH, 2018; MetaCPAN )
Dancer-Plugin-SimpleCRUD/lib/Dancer/Plugin/SimpleCRUD.pm ( view source; MetaCPAN )
 to false. If set
to a true value, The results show on the HTML page can be downloaded as
CSV/TSV/JSON/XML.  The download links will appear at the top of the page.

=item C<foreign_keys>

A hashref to

        my $page = uri_escape(params->{'p'}         || 0);

        my @formats = qw/csv tabular json xml/;

        my $url = _external_url($args->{dancer_prefix}, $args->{prefix})
            . "?o
ormat eq "json") {
        header('Content-Type' => 'text/json');
        header('Content-Disposition' =>
                "attachment; filename=\"$filename.json\"");
        $output = to_json($sth->fe

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