July 2017
Beginner to intermediate
358 pages
10h 54m
English
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.
Read now
Unlock full access