- Building Microservices with Go
- Nic Jackson
- 56字
- 2021-07-15 17:28:07
Collections
A collection is a directory of resources typically broken by parameters to access an individual document. For example:
GET /cats -> All cats in the collection
GET /cats/1 -> Single document for a cat 1
When defining a collection, we should always use a plural noun such as cats or people for the collection name.
推薦閱讀
- Android開發(fā)精要
- Leap Motion Development Essentials
- Dependency Injection in .NET Core 2.0
- Oracle 12c中文版數(shù)據(jù)庫管理、應用與開發(fā)實踐教程 (清華電腦學堂)
- Unity Shader入門精要
- Integrating Facebook iOS SDK with Your Application
- UVM實戰(zhàn)
- 深入淺出React和Redux
- Java Web開發(fā)就該這樣學
- Java程序員面試筆試寶典(第2版)
- Vue.js應用測試
- 30天學通C#項目案例開發(fā)
- Go語言入門經(jīng)典
- Unity 5 Game Optimization
- 趣學數(shù)據(jù)結(jié)構(gòu)