- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 94字
- 2021-07-02 20:52:22
The uniform interface
This is the constraint that makes REST different from other network architecture patterns. The interfaces exposed by the components are generalized. The server does not have intimate knowledge of its consumers. It serves all requests from clients in the same way. What you get is coarse grained data, as not all consumers would want this amount of data.
To get a uniform interface, four constraints will have to be applied:
- Identifying resources
- Manipulating resources
- Self-descriptive messages
- Hypermedia as the engine of the application state
We will look into these later on.
推薦閱讀
- Learning Apex Programming
- Power Up Your PowToon Studio Project
- Apache Spark 2.x Machine Learning Cookbook
- Developing Mobile Web ArcGIS Applications
- PHP+MySQL網站開發項目式教程
- Building Dynamics CRM 2015 Dashboards with Power BI
- Kotlin極簡教程
- Python從入門到精通(第3版)
- 交互式程序設計(第2版)
- Go語言入門經典
- Mastering Embedded Linux Programming
- VMware vSphere 5.5 Cookbook
- Elasticsearch搜索引擎構建入門與實戰
- Getting Started with the Lazarus IDE
- Continuous Integration,Delivery,and Deployment