- 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.
推薦閱讀
- Java逍遙游記
- Learning Scala Programming
- 大學計算機應用基礎實踐教程
- LabVIEW入門與實戰(zhàn)開發(fā)100例
- Quarkus實踐指南:構(gòu)建新一代的Kubernetes原生Java微服務
- 用戶體驗可視化指南
- Application Development with Parse using iOS SDK
- ASP.NET開發(fā)寶典
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 數(shù)字媒體技術概論
- Solr權威指南(下卷)
- SQL Server 2008實用教程(第3版)
- 青少年Python趣味編程
- Java EE輕量級解決方案:S2SH
- Processing開發(fā)實戰(zhàn)