我想通过 Moodle 身份验证 APIs.How 使用 ASP.NET Web 应用程序访问我的 Moodle 课程详细信息吗?
I want to access my Moodle courses details using ASP.NET web application through moodle authentication APIs.How to do that?
我想使用 ASP.NET Web 应用程序通过 Moodle 身份验证 APIs.How 访问我的 Moodle 课程详细信息吗?
您需要在 Moodle 中设置网络服务。选择外部可用的功能。然后使用像 REST 这样的协议来检索数据。
这是一个客户端示例:
https://docs.moodle.org/dev/Creating_a_web_service_client
以下是设置网络服务的方法:
https://docs.moodle.org/38/en/Using_web_services
这是网络服务的主页:
我想使用 ASP.NET Web 应用程序通过 Moodle 身份验证 APIs.How 访问我的 Moodle 课程详细信息吗?
您需要在 Moodle 中设置网络服务。选择外部可用的功能。然后使用像 REST 这样的协议来检索数据。
这是一个客户端示例:
https://docs.moodle.org/dev/Creating_a_web_service_client
以下是设置网络服务的方法:
https://docs.moodle.org/38/en/Using_web_services
这是网络服务的主页: