Group
Extension

Matches 1

Net-PostcodeNL-WebshopAPI ( S/ST/STUIFZAND/Net-PostcodeNL-WebshopAPI-0.0201.tar.gz, STUIFZAND, 2013; MetaCPAN )
Net-PostcodeNL-WebshopAPI/lib/Net/PostcodeNL/WebshopAPI.pm ( view source; MetaCPAN )
package Net::PostcodeNL::WebshopAPI;

use strict;
use warnings;

use LWP::UserAgent;
use JSON::XS;
use URI::Template;

use Net::PostcodeNL::WebshopAPI::Response;

our $VERSION = '0.0201';

my $AGENT =
application/json') {
        return Net::PostcodeNL::WebshopAPI::Response->new(decode_json($resp->decoded_content));
    }
    return Net::PostcodeNL::WebshopAPI::Response->new(decode_json($resp->deco

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