Web services: Difference between revisions
From MoodleDocs
Helen Foster (talk | contribs) (Managing a Moodle site template, link edits) |
m (added link to spanish translation of document) |
||
(27 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
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 == | ||
* [[ | * [[How_to_create_and_enable_a_web_service|How to create and enable a web service]] | ||
* [[ | * [[Enable mobile web services|How to enable the mobile web service]] | ||
== User documentation == | == User documentation == | ||
* [[Security keys|How to obtain a security key | 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)]] | |||
==See also== | ==See also== | ||
Sharing knowledge: | |||
* The official discussion [http://moodle.org/mod/forum/view.php?id=6971| forum is here] | |||
* [[Web_services_FAQ|Web services FAQ]] | |||
Developer documentation: | |||
* [[Development:Web services]] | * [[Development:Web_services | Web services developer documentation]] | ||
* [[ | * [[:dev:Web_services_Roadmap | Web service Roadmap]] | ||
Other implementations: | Other implementations: | ||
Line 26: | Line 24: | ||
[[Category:Web Services]] | [[Category:Web Services]] | ||
[[es:Servicios web]] | |||
[[eu:Web-zerbitzuak]] | [[eu:Web-zerbitzuak]] | ||
[[ja:ウェブサービス]] | [[ja:ウェブサービス]] |
Latest revision as of 00:57, 30 January 2013
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: