Web services API: Różnice pomiędzy wersjami
Z MoodleDocs
Nie podano opisu zmian |
m cat edit |
||
| Linia 20: | Linia 20: | ||
* Using Moodle [http://moodle.org/mod/forum/view.php?f=965 Web Services forum] | * Using Moodle [http://moodle.org/mod/forum/view.php?f=965 Web Services forum] | ||
[[Category:Developer|Web services API]] | |||
[[Category:Developer]] | |||
[[Category:Administrator]] | [[Category:Administrator]] | ||
Wersja z 10:15, 18 cze 2007
Overview
The Web Services API provides Moodle with a web service interface to allow exchange of data and information with other systems.
For example,
- Manage user data - send and retrieve the information,
- Manage course enrolments - add/remove teachers and students,
- Course management - create new courses based on templates,
- Gradebook info - extract grades information from Moodle.
XML-RPC background
The server script
Things you can do
See also
- Using Moodle Web Services forum