- 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.
推薦閱讀
- Deploying Node.js
- DevOps for Networking
- C語言程序設(shè)計實踐教程
- Java 11 Cookbook
- PHP 7+MySQL 8動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學版)
- Terraform:多云、混合云環(huán)境下實現(xiàn)基礎(chǔ)設(shè)施即代碼(第2版)
- Hands-On Nuxt.js Web Development
- 奔跑吧 Linux內(nèi)核
- 嵌入式C編程實戰(zhàn)
- 3D Printing Designs:The Sun Puzzle
- Java EE輕量級解決方案:S2SH
- Cinder:Begin Creative Coding
- Linux Networking Cookbook
- 威脅建模:設(shè)計和交付更安全的軟件
- Hands-On GUI Application Development in Go