- Building RESTful Python Web Services
- Gastón C. Hillar
- 194字
- 2021-08-20 10:24:23
Test your knowledge
- If we want to create a simple
Player
model that we will use to represent and persist players in Django REST framework, we can create:- A
Player
class as a subclass of thedjangorestframework.models.Model class
. - A
Player
class as a subclass of thedjango.db.models.Model class
. - A Player function in the
restframeworkmodels.py
file.
- A
- In the Django REST Framework, serializers are:
- Mediators between the model instances and Python primitives.
- Mediators between the view functions and Python primitives.
- Mediators between the URLs and view functions.
- In the Django REST Framework, parsers and renderers:
- Handle as mediators between model instances and Python primitives.
- Reset the board.
- Handle as mediators between Python primitives and HTTP requests and responses.
- The
urlpatterns
list declared in the urls.py file makes it possible to:- Route URLs to views.
- Route URLs to models.
- Route URLs to Python primitives.
- HTTPie is a:
- Command-line HTTP server written in Python that makes it easy to create a RESTful Web Server.
- Command-line utility that allows us to run queries against an SQLite database.
- Command-line HTTP client written in Python that makes it easy to compose and send HTTP requests.
推薦閱讀
- 一步一步學Spring Boot 2:微服務項目實戰
- 數據庫原理及應用(Access版)第3版
- Python數據分析基礎
- PyTorch Artificial Intelligence Fundamentals
- .NET 3.5編程
- RSpec Essentials
- Solr Cookbook(Third Edition)
- Software-Defined Networking with OpenFlow(Second Edition)
- Bitcoin Essentials
- Tkinter GUI Programming by Example
- Instant AppFog
- 情境微課開發(第2版)
- 語義Web編程
- 測試基地實訓指導
- Modular Programming with PHP 7