Group
Extension

Matches 1

WWW-KrispyKreme-HotLight ( C/CU/CURTIS/WWW-KrispyKreme-HotLight-1.1.tar.gz, CURTIS, 2015; MetaCPAN )
WWW-KrispyKreme-HotLight/lib/WWW/KrispyKreme/HotLight.pm ( view source; MetaCPAN )
package WWW::KrispyKreme::HotLight;

use Mojo::Base -base;
use Mojo::UserAgent;
use Mojo::JSON ();

our $VERSION = '1.1';

has 'where';

has locations => \&_build_locations;

sub _build_locations {
  
   search => Mojo::JSON::encode_json($search),
    };

    my $json = $ua->get(
        $hotlight_url => $header => form => $form,
    )->res->json;

    [map $_->{Location}, @$json];
}

1;
__END__

=

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