|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-to-build-apis-using-django-rest-framework/
课程评论:没有评论
课程名称:使用Django-Rest框架构建API 课程概述:本课程专为初学者设计,旨在通过有趣和激动人心的方式学习和构建API。API即应用程序编程接口,允许两个应用程序通过互联网使用JSON对象进行通信。课程内容包括使用函数视图和类视图构建基本API,帮助学员为自己的项目创建API。此外,我们将学习序列化的概念,即将Python对象转换为原生数据类型,如JSON、XML等。通过将数据转换为JSON格式,便于与其他编程语言的集成。我们还将使用POSTMAN工具进行API测试,这是一个用于构建、测试和文档化API的工具。学员需要使用个人电子邮件注册并安装POSTMAN,以便了解如何进行API文档的创建。最后,我们将学习CRUD操作(创建、读取、更新和删除),这是IT行业中快速执行的主要功能。 该课程旨在帮助初学者掌握API的基础知识和实用技巧,适合希望在编程和开发领域迈出第一步的人。
This course is completely for beginner's who wants to learn and build the APIs in a fun and exciting ways. API stands for Applications Programming Interface where two applications are communicate through each other over the internet through the JSON objects. In this course, you will make the basic API using both function-based and class-based views so that it will helps you to create your own API for your project. We are going to learn about the Serializer. In a simple way, it is the process of converting Python object into the native data types like JSON, XML and other content types. By converting into the JSON format we can easily integrate with other programming language. We are going to testing the API using the POSTMAN Tool. It is a tools for building, testing and documenting the API. We are going to learn about the postman in a fun way. Before, you need to install and signup the postman using your personal email or somethings else. You can know how to make the documenting the API using the POSTMAN.Lastly, we are going to perform crud Operation which stands for Create, Read, Update and Delete. Which is the main features that are rapidly doing in IT Industry.