Net-HTTP-API-0.14.tar.gz
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Net-HTTP-API-0.14.tar.gz |
/Net-HTTP-API-0.14/README
NAME
Net::HTTP::API - Easily create client for net API
VERSION
version 0.14
SYNOPSIS
package My::Net::API;
use Net::HTTP::API;
# we declare an API, the base_url is http://exemple.com/api
# the format is json and it will be append to the query
# You can set api_base_url later, calling $obj->api_base_url('http://..')
net_api_declare my_api =
more»
/Net-HTTP-API-0.14/t/release-eol.t
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
use strict;
use warnings;
use Test::More;
eval 'use Test::EOL';
plan skip_all => 'Test::EOL required' if $@;
all_perl_files_ok({ trailing_whitespace => 1 });
/Net-HTTP-API-0.14/t/release-no-tabs.t
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
use strict;
use warnings;
use Test::More;
eval 'use Test::NoTabs';
plan skip_all => 'Test::NoTabs required' if $@;
all_perl_files_ok();
/Net-HTTP-API-0.14/t/release-pod-coverage.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/Net-HTTP-API-0.14/t/release-pod-syntax.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/Net-HTTP-API-0.14/Changes
Revision history for Perl extension Net::HTTP::API
0.14 Mon 26 Jul 2010 09:15:44 AM CEST
more»
/Net-HTTP-API-0.14/LICENSE
This software is copyright (c) 2010 by linkfluence.
This is free software; you can redistribute it
more»
Browse inside Net-HTTP-API-0.14.tar.gz
Download Net-HTTP-API-0.14.tar.gz