Stefan Tilkov brilliantly sums up the out-of-band information problem in REST's HATEOAS constraint on the REST-discuss group:
Given the representation contains
<link rel="some-concept" ref="/some-uri">
you don't hardcode the string "/some-uri" into your client, but rather the string "some-concept".
Comments