- 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.
推薦閱讀
- Go Web編程
- Kubernetes實戰
- 圖解Java數據結構與算法(微課視頻版)
- 編程珠璣(續)
- Dependency Injection in .NET Core 2.0
- SEO實戰密碼
- MATLAB實用教程
- 零基礎學Python數據分析(升級版)
- Hands-On Natural Language Processing with Python
- Linux Shell核心編程指南
- C#程序設計基礎入門教程
- 人人都能開發RPA機器人:UiPath從入門到實戰
- Python GUI Programming Cookbook(Second Edition)
- Python數據可視化之matplotlib實踐
- Android 5從入門到精通