Web services: Difference between revisions
From MoodleDocs
Line 11: | Line 11: | ||
== Developer documentation== | == Developer documentation== | ||
The full API can be founnd on any Moodle sites under ''' Administration block > Plugins > Web services > API Documentation'''. | |||
* [[Development:Creating a web service and a web service function]] | * [[Development:Creating a web service and a web service function]] | ||
* [[Development:Creating a web service client]] | * [[Development:Creating a web service client]] |
Revision as of 08:35, 1 November 2011
Web services enable other systems to login to Moodle and perform operations.
Documentation for administrators
- How to enable web services for ordinary users
- How to enable web services for an external system
- Enable mobile web services
User documentation
Developer documentation
The full API can be founnd on any Moodle sites under Administration block > Plugins > Web services > API Documentation.
- Development:Creating a web service and a web service function
- Development:Creating a web service client
- Web service Roadmap
See also
Discussions:
- The official discussion forum is here
Specification / core development:
Other implementations: