- 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.
推薦閱讀
- Spring 5企業(yè)級開發(fā)實(shí)戰(zhàn)
- Python數(shù)據(jù)分析基礎(chǔ)
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Python實(shí)現(xiàn)
- VSTO開發(fā)入門教程
- Python應(yīng)用輕松入門
- 大模型RAG實(shí)戰(zhàn):RAG原理、應(yīng)用與系統(tǒng)構(gòu)建
- Test-Driven JavaScript Development
- Scala編程(第5版)
- C指針原理揭秘:基于底層實(shí)現(xiàn)機(jī)制
- MongoDB Cookbook(Second Edition)
- Building Business Websites with Squarespace 7(Second Edition)
- 基于GPU加速的計(jì)算機(jī)視覺編程:使用OpenCV和CUDA實(shí)時處理復(fù)雜圖像數(shù)據(jù)
- Python機(jī)器學(xué)習(xí)開發(fā)實(shí)戰(zhàn)
- Getting Started with the Lazarus IDE
- Serverless工程實(shí)踐:從入門到進(jìn)階