MediaWiki-API
view release on metacpan or search on metacpan
Remove "Purge" from get_actions as it requires a POST method.
Updated TestWiki / ExoticA URLs to https://
Thanks to Nataraj for the Wikipedia URL changes and Sebastian for the Purge info.
0.41 2015-11-13
When using the max_lag configuration, if max_lag_retries was reached - the reported number tries were incorrect.
Fixed up the api->list function not continuing due to lack of rawcontinue parameter that is needed after MediaWiki 1.26.
Thanks to Derbeth for the bug reports.
0.40 2014-09-13
Apologies for the lack of updates and the speed to implement some fixes but I have been busy on other projects.
Edit token code has been reworked somewhat to make it simpler, and a bugfix applied for an issue with downloading
images over https using the buildin Download() function.
0.39 2012-05-20
Added automatic support for handling tokens in the MediaWiki::API->Edit function for (Un)watch, Send e-mail
and Patrol changes. (Un)watch already worked but wasn't documented.
0.38 2012-05-19
Allow the actions the API supports with an http GET request to be configurable.
MediaWiki::API->{config}->{get_actions} defaults to { 'query' => 1, 'logout' => 1, purge' => 1, 'paraminfo' => 1 }
( run in 0.356 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )