REST api versioning (only version the representation, not the resource itself)
I completely agree; a URI expresses identity, identity doesn’t change when a new version is introduced. There might be new URIs for additional concepts, of course, and existing URIs might redirect … but including a “v2” in the URI smells RPCish to me. Note that this has got nothing to do with REST, really, as … Read more