- Building RESTful Web Services with PHP 7
- Haafiz Waheed ud din Ahmad
- 47字
- 2021-07-03 00:02:17
List operation
- HTTP method : GET
- URI: /{resource}
- Result: It returns the list of the type of resource whose name is mentioned. In that list, it will give unique identifiers for the resource and these identifiers can be used to perform other operations on that particular resource.
推薦閱讀
- Unreal Engine Physics Essentials
- 自己動手實現Lua:虛擬機、編譯器和標準庫
- C# Programming Cookbook
- The React Workshop
- R語言數據可視化實戰
- 深度強化學習算法與實踐:基于PyTorch的實現
- Big Data Analytics
- 學Python也可以這么有趣
- C#程序設計(項目教學版)
- Java SE實踐教程
- Qlik Sense? Cookbook
- Visual Basic語言程序設計基礎(第3版)
- Building Microservices with Go
- Moodle 3.x Developer's Guide
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序