Note: You are currently viewing documentation for Moodle 2.3. Up-to-date documentation for the latest stable version is available here: Web services.

Web services: Difference between revisions

From MoodleDocs
(→‎See also: wording added from 2.0 wiki)
 
(11 intermediate revisions by one other user not shown)
Line 9: 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)]]
== 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 | Implement a web service and a web service function]]
* [[Development:Creating a web service client | Implement a web service client]]
* [https://docs.moodle.org/dev/Web_services_Roadmap Web service Roadmap]


==See also==
==See also==
Line 22: Line 15:
* [[Web_services_FAQ|Web services FAQ]]
* [[Web_services_FAQ|Web services FAQ]]


Specification / core development:
Developer documentation:
* [[Development:External services security]]
* [[Development:Web_services | Web services developer documentation]]
* [[Development:External services description]]
* [[:dev:Web_services_Roadmap | Web service Roadmap]]


Other implementations:
Other implementations:

Latest revision as of 12:48, 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:

Developer documentation:

Other implementations: