[16:35:10] Hi is media-wiki API have their own versions? [16:40:32] nprasath002: sorry, your question doesn't make any sense [16:42:37] Reedy: Does the Mediawiki REST API has their onw versions like API v3 (Ex Github) or its just with the mediawiki release version? [16:43:14] Reedy: And does the wikipedia API different from the mediawiki API.If what are the differences. Any links please [16:44:23] Reedy: I can see the self documenting API is different from wikipedia to other mediawiki installations [16:44:57] No, the mediawiki api is the same on wikipedia, mediawiki, wikisource etc [16:45:02] Some may have extra modules from installed extensions [16:45:17] It's not versioned, but there is rarely any breaking changes to output [16:51:49] Reedy: Hi thanks for the information. Im in the process of devloping a php client for mediawiki. Is there any way retrieve what are the supported methods in an installation? [16:52:43] Most of them will be there by default [16:52:52] But any wiki can disable any api methods they want [16:54:04] Reedy: Apart from the default APIs. Is there any way to retireve what are the new methods added by extensions? [16:55:11] http://en.wikipedia.org/w/api.php [16:55:22] You can look at the action list [16:55:22] What action you would like to perform. See below for module help