- 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
推薦閱讀
- JavaScript語(yǔ)言精髓與編程實(shí)踐(第3版)
- 精通軟件性能測(cè)試與LoadRunner實(shí)戰(zhàn)(第2版)
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級(jí)版)
- JavaScript:Moving to ES2015
- Oracle從入門(mén)到精通(第5版)
- Scala編程實(shí)戰(zhàn)(原書(shū)第2版)
- Haxe Game Development Essentials
- Create React App 2 Quick Start Guide
- QGIS 2 Cookbook
- Getting Started with Python
- SSH框架企業(yè)級(jí)應(yīng)用實(shí)戰(zhàn)
- 寫(xiě)給青少年的人工智能(Python版·微課視頻版)
- Jakarta EE Cookbook
- 虛擬現(xiàn)實(shí):引領(lǐng)未來(lái)的人機(jī)交互革命
- Java程序員面試筆試真題庫(kù)