Group
Extension

Matches 1

Net-StackExchange2 ( G/GI/GIDEON/Net-StackExchange2-0.05.tar.gz, GIDEON, 2013; MetaCPAN )
Net-StackExchange2/lib/Net/StackExchange2/V2/Common.pm ( view source; MetaCPAN )
package Net::StackExchange2::V2::Common;

use 5.006;
use strict;
use Data::Dumper;
use JSON qw(decode_json);
use Carp;
use LWP::UserAgent;
use warnings FATAL => 'all';
use constant BASE_URL => "https:
return	decode_json($response->decoded_content);
	#StackExchange2 already returns error codes for 
	#incorrect params and requests 
	
	# if ($response->is_success) {
	# 	return	decode_json($response->d
 be a hash inside an array
	my $response = $ua->post($finalUrl, [%$queryStrHash]);
	return	decode_json($response->decoded_content);
}
sub no_params {
	my $param = shift;
	my $config = shift;
	return s

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