Group
Extension

Matches 2

Clustericious-Client ( B/BD/BDUGGAN/Clustericious-Client-0.75.tar.gz, BDUGGAN, 2012; MetaCPAN )
Clustericious-Client/lib/Clustericious/Client.pm ( view source; MetaCPAN )
IS

tracks.pm :

    package Tracks;
    use Clustericious::Client;

    route 'mixes' => '/mixes.json';
    route_doc mixes => 'Get a list of mixes.';
    route_args mixes => [
        { name => 'api
to
a data structure if it is application/json.

=cut

use Mojo::Base qw/-base/;

use Mojo::UserAgent;
use Mojo::ByteStream qw/b/;
use Mojo::Parameters;
use JSON::XS;
use Clustericious::Config;
use Clu
erence is passed, the method changes to POST and the hash is
encoded into the body as application/json.

=item modifies_payload, key

Describes how the parameter modifies the payload.

'hash' means se
Clustericious-Client ( B/BD/BDUGGAN/Clustericious-Client-0.75.tar.gz, BDUGGAN, 2012; MetaCPAN )
Clustericious-Client/lib/Clustericious/Client/Command.pm ( view source; MetaCPAN )
 $msg = $client->res->code." ".$client->res->default_message;
            my $got = $client->res->json;
            if ($got && ref $got eq 'HASH' and keys %$got==1 && $got->{text}) {
                
 $msg = $client->res->code." ".$client->res->default_message;
            my $got = $client->res->json;
            if ($got && ref $got eq 'HASH' and keys %$got==1 && $got->{text}) {
                

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