API:Client Code

From MediaWiki.org

Jump to: navigation, search
Tools clipart.png This page is part of the MediaWiki API documentation.
MediaWiki API


Contents

[edit] API Access Libraries

Note to library developers

Please use GZip compression when making API calls.
Bots eat up a lot of bandwidth, which is not free.

Thank you,
--Yurik 00:12, 17 September 2007 (UTC)

[edit] Python

[edit] Java

[edit] Javascript

  • JsMwApi A convenience wrapper around raw requests, with some helpers for editing and parsing.
  • mwapilib - A kind of crappy layer overtop of the requests. Make JS gadgets easier.

[edit] .NET

[edit] Perl

[edit] Ruby

  • RWikiBot - a Ruby framework using the API as released with the most current version of MediaWiki.
  • rbmediawiki - Another Ruby framework that uses the API.

[edit] PHP

There are many PHP frameworks for the api, see here for a full list and comparison of frameworks.

  • SxWiki - a lightweight, simple MediaWiki bot framework.

[edit] See Also