如何与Moodle REST API互动

问题描述

所以我想使用诸如moodleApp之类的工具来构建移动应用,以便该应用只需从现有的moodle网站中获取api, 那么,moodle提供的API是否可以免费使用?或其他方式?

解决方法

是的。 Moodle提供API

https://docs.moodle.org/dev/Core_APIs

https://docs.moodle.org/dev/Web_service_API_functions

https://docs.moodle.org/dev/Creating_a_web_service_client

Example : https://example.com/moodle/webservice/rest/server.php?wstoken=...&wsfunction=...&moodlewsrestformat=json