I’m reading REST API Design Rulebook. On page 12 the author says “two different URIs map to two different resources”, but that’s wrong, many URIs can refer to the same resource, with and without respect to time.
I’m reading REST API Design Rulebook. On page 12 the author says “two different URIs map to two different resources”, but that’s wrong, many URIs can refer to the same resource, with and without respect to time.