|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/wordpress-rest-api-and-ionic-3-crud/
课程评论:没有评论
**课程名称:** WordPress REST API 和 Ionic 4 (Angular) 应用(含认证) **课程概述:** 本课程将带你掌握如何利用 WordPress REST API 和 Ionic 4 (Angular) 框架构建一个功能完善的移动应用。我们将从基础抓起,逐步深入到高级功能。 **核心学习内容:** * **WordPress 本地环境搭建与 JWT 认证插件安装:** 学习如何在本地搭建 WordPress 环境,并安装 JWT 认证插件,为后续的 API 调用和用户认证打下基础。 * **Postman 探索 WordPress REST API:** 使用 Postman 工具深入了解和测试 WordPress REST API 的功能,熟悉其请求和响应机制。 * **创建自定义文章类型及 RESTful 端点:** 学习如何在 WordPress 中创建自定义文章类型,并将其内容通过 REST API 的端点暴露出来,实现数据的灵活管理。 * **Ionic 框架与 WordPress REST API 集成:** 将 Ionic 框架与 WordPress REST API 进行对接,构建前端应用,实现数据的动态加载和展示。 * **展示 WordPress REST API 自定义端点内容及详情页:** 在 Ionic 应用中显示来自 WordPress 自定义端点的引语(Quotes)等内容,并创建详情页展示更多信息。 * **用户认证:** 实现用户通过 WordPress REST API 进行登录认证,确保应用的安全性和个性化功能。 * **用户登录后创建、更新和删除引语:** 授权登录用户在应用中进行创建、修改和删除引语等操作,实现完整的 CRUD 功能,完全通过 REST API 进行。
In this course, we'll go through the following topics,Set up the Wordpress on our local machine and install the JWT Authentication plugin.Walkthrough Wordpress REST API using PostmanCreating custom post type in WordPress and expose its Rest endpointsSetup Ionic framework to use with our Wordpress Rest APIShowing Quotes from the Wordpress Rest API custom endpoint and add details pageAuthenticate a user using the Wordpress Rest APICreating new Quote as the logged-in userUpdating and Deleting the specific quote using the Rest API