- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 36字
- 2021-07-03 00:02:17
READ operation
HTTP method: GET
URI: /{resource}/{resource_id}
Result: This should return the record based on the resource's ID.
Here resource_id will be the ID of the resource which can be found from the List operation's result.
推薦閱讀
- Expert C++
- 國際大學(xué)生程序設(shè)計(jì)競賽中山大學(xué)內(nèi)部選拔真題解(二)
- Maven Build Customization
- Magento 2 Development Cookbook
- Go語言精進(jìn)之路:從新手到高手的編程思想、方法和技巧(1)
- LabVIEW虛擬儀器入門與測控應(yīng)用100例
- Scratch·愛編程的藝術(shù)家
- Hands-On Neural Network Programming with C#
- Learning Unreal Engine Game Development
- Sitecore Cookbook for Developers
- Java核心技術(shù)速學(xué)版(第3版)
- MySQL從入門到精通
- Expert Cube Development with SSAS Multidimensional Models
- Pandas入門與實(shí)戰(zhàn)應(yīng)用:基于Python的數(shù)據(jù)分析與處理
- iOS應(yīng)用逆向工程:分析與實(shí)戰(zhàn)