- Django RESTful Web Services
- Gaston C. Hillar
- 150字
- 2021-06-30 19:30:59
Creating API Views
In this chapter, we have to run our first version of a RESTful Web Service powered by Django. We will write API views to process different HTTP requests and we will perform HTTP requests with command-line and GUI tools. We will analyze how Django and Django REST framework process each HTTP request. We will gain an understanding of:
- Creating Django views combined with serializer classes
- CRUD operations with Django views and the request methods
- Launching Django's development server
- Making HTTP GET requests that target a collection of instances with command-line tools
- Making HTTP GET requests that target a single instance with command-line tools
- Making HTTP GET requests with command-line tools
- Making HTTP POST requests with command-line tools
- Making HTTP PUT requests with command-line tools
- Making HTTP DELETE requests with command-line tools
- Making HTTP GET requests with Postman
- Making HTTP POST requests with Postman
推薦閱讀
- Extending Jenkins
- Java范例大全
- Spring Boot開發(fā)與測試實戰(zhàn)
- Python for Secret Agents:Volume II
- Windows系統(tǒng)管理與服務(wù)配置
- Selenium Design Patterns and Best Practices
- React.js Essentials
- INSTANT CakePHP Starter
- Visual C
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實戰(zhàn)
- C語言程序設(shè)計
- Spring快速入門
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- Swift 4從零到精通iOS開發(fā)
- RocketMQ實戰(zhàn)與原理解析