- 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
推薦閱讀
- Python編程自學手冊
- ASP.NET Core 5.0開發入門與實戰
- Vue.js快速入門與深入實戰
- Java游戲服務器架構實戰
- JavaScript 程序設計案例教程
- Access 2010數據庫應用技術(第2版)
- Regression Analysis with Python
- Python語言科研繪圖與學術圖表繪制從入門到精通
- Node.js區塊鏈開發
- Python應用與實戰
- 交互設計師成長手冊:從零開始學交互
- 從“1”開始3D編程
- AngularJS Web Application Development Cookbook
- Python Business Intelligence Cookbook
- Continuous Integration,Delivery,and Deployment