- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 73字
- 2021-07-03 00:02:15
Manipulation of resources through representations
This constraint states that the client should hold the representation of a resource that has enough information to modify or delete the resource. For example, in the web-based REST system, any operation can be performed on a resource using the HTTP method and URI. This makes things easy to follow, as the API developer doesn't need to provide documentation for each and every endpoint related to a resource.
推薦閱讀
- Clojure Programming Cookbook
- Java程序設計與開發
- Java編程指南:基礎知識、類庫應用及案例設計
- PyTorch Artificial Intelligence Fundamentals
- 青少年美育趣味課堂:XMind思維導圖制作
- Blockly創意趣味編程
- 零基礎學Python數據分析(升級版)
- Programming with CodeIgniterMVC
- OpenCV with Python By Example
- Instant Zurb Foundation 4
- SQL Server 入門很輕松(微課超值版)
- Vue.js光速入門及企業項目開發實戰
- ASP.NET本質論
- Expert Cube Development with SSAS Multidimensional Models
- Programming MapReduce with Scalding