Users and User are 2 distinct resources which are often, mistankenly, misthought as a single, one, resource. Also, the fact that Users is a collection of User objects is because it suits our needs but it doesn’t have necessarily to be like that.
In my understanding, Users is one resource which serves as a collection of manyUser resources.
How do you define an object? Do you see a resource as the "class" and objects as the "instances" of it?
In my understanding,
Users
is one resource which serves as a collection of manyUser
resources.How do you define an object? Do you see a resource as the "class" and objects as the "instances" of it?