Web services: Difference between revisions
From MoodleDocs
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Managing a Moodle site}} | {{Managing a Moodle site}} | ||
Web services enable other systems to login to Moodle and perform operations. | Web services enable other systems to login to Moodle and perform operations. | ||
== Administrator documentation == | == Administrator documentation == | ||
Line 22: | Line 9: | ||
Most of the time, the client application will retrieve the key (token) for a user. However, it is still possible for a user to view the key and to regenerate it. | Most of the time, the client application will retrieve the key (token) for a user. However, it is still possible for a user to view the key and to regenerate it. | ||
* [[Security keys|How to obtain a security key (token)]] | * [[Security keys|How to obtain a security key (token)]] | ||
==See also== | ==See also== | ||
Line 35: | Line 15: | ||
* [[Web_services_FAQ|Web services FAQ]] | * [[Web_services_FAQ|Web services FAQ]] | ||
Developer documentation: | |||
* [[Development: | * [[Development:Web_services | Web services developer documentation]] | ||
* [[ | * [[:dev:Web_services_Roadmap | Web service Roadmap]] | ||
Other implementations: | Other implementations: |
Latest revision as of 03:11, 9 November 2011
Web services enable other systems to login to Moodle and perform operations.
Administrator documentation
User documentation
Most of the time, the client application will retrieve the key (token) for a user. However, it is still possible for a user to view the key and to regenerate it.
See also
Sharing knowledge:
- The official discussion forum is here
- Web services FAQ
Developer documentation:
Other implementations: