Web services API

CONTENTS [hide]
1 Overview
2 services.php
3 Detailed tutorial
4 Example
5 See also
Overview
The Web services API allows you to expose your plugin’s functions (usually external functions) as Web services.
Once you have done this, your plugin’s functions will be accessible to other systems through Web services using one of a number of protocols, like XML-RPC, REST or SOAP.
Exposing functions as Web service functions is done in one file called services.php.