On 3/19/08, Brianna Laugher <[EMAIL PROTECTED]> wrote: > Is there an API equivalent to Special:version? How do you know when > API stuff goes live, just keep waiting and checking?
If you know what revision the feature was added in (that is the only real method of versioning within the API) you can use api.php?action=query&meta=siteinfo -- otherwise just test to see if the feature works, if not it is not live. -- MinuteElectron. http://my.brlcad.org/~MinuteElectron/ _______________________________________________ Mediawiki-api mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
