- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 84字
- 2021-07-03 00:02:15
Uniform interface
The uniform interface is the most distinguishing constraint. It basically decouples the architecture makes the interface separate from the implementation, just as any good system does.
It is similar to how it is in OOP: an interface separates the implementation and declaration. It is similar to how an operating system separates the user interface from the complex implementation logic that keeps our software's running.
The uniform interface has four constraints. In order to understand uniform interface, we need to understand these constraints.
推薦閱讀
- C# 7 and .NET Core Cookbook
- Reporting with Visual Studio and Crystal Reports
- Microsoft Exchange Server PowerShell Cookbook(Third Edition)
- MongoDB for Java Developers
- Expert Android Programming
- Java編程的邏輯
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- ElasticSearch Cookbook(Second Edition)
- 代替VBA!用Python輕松實現Excel編程
- C指針原理揭秘:基于底層實現機制
- ASP.NET Core and Angular 2
- Python趣味創意編程
- Python Penetration Testing Essentials
- 計算機軟件項目實訓指導
- Comprehensive Ruby Programming