Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Web services API: Difference between revisions

From MoodleDocs
Line 4: Line 4:


Once you have done this, your functions will be available to admins to configure as part of their Web services over a given protocol like XML-RPC, REST or SOAP.
Once you have done this, your functions will be available to admins to configure as part of their Web services over a given protocol like XML-RPC, REST or SOAP.
==See also==
* [[Core APis]]

Revision as of 09:44, 10 January 2012

Overview

The Web services API allows you to expose particular functions in your module (usually external functions) as web services.

Once you have done this, your functions will be available to admins to configure as part of their Web services over a given protocol like XML-RPC, REST or SOAP.


See also