Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

Web services API: Difference between revisions

From MoodleDocs
Created page with "==Web Services API== The Web services API allows you to expose particular functions (usually external functions) as web services."
 
Line 1: Line 1:
==Web Services API==
==Overview==


The Web services API allows you to expose particular functions (usually external functions) as web services.
The Web services API allows you to expose particular functions in your module (usually [[External API|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.

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.