Group
Extension

Matches 1

MediaWiki-API ( E/EX/EXOBUZZ/MediaWiki-API-0.39.tar.gz, EXOBUZZ, 2012; MetaCPAN )
MediaWiki-API/lib/MediaWiki/API.pm ( view source; MetaCPAN )
rnings;
use strict;

# our required modules

use LWP::UserAgent;
use URI::Escape;
use Encode;
use JSON;
use Carp;

# just for debugging the module
# use Data::Dumper;
# use Devel::Peek;

use constant 
=item * retries = Integer value; The number of retries to send an API request if an http error or JSON decoding error occurs. Defaults to 0 (try only once - don't retry). If max_retries is set to 4, a
nteger value in seconds; The amount of time to wait before retrying a request if an HTTP error or JSON decoding error occurs.

=item * max_lag = Integer value in seconds; Wikipedia runs on a database 

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