-
Notifications
You must be signed in to change notification settings - Fork 3
Support for recognizing partial resources #6
Comments
Link Fragments can handle this. |
Okay, so I think the answer is: """ When a resource is embedded and it is partial or incomplete, the service SHOULD supply a 'canonical' link relation specifying the preferred version. In this case the 'self' link should describe as much as possible the resource with the appropriate reference to the object. This strikes me as belonging in Best Practices as opposed to the Spec Proper. |
Well, that would imply the only way to control getting a partial resource So, if we introspect for fragments and strip the fragment, that could be On Tue, Jul 22, 2014 at 8:14 AM, Shea Valentine [email protected]
|
Since embedded resources can be partial, need a mechanism to indicate that. One option may be to add a
full_href
attribute to a link object. This would indicate that there is a full version and an the current is partial. E.g. self link to embedded partial and have like that can be used to get full representation.The text was updated successfully, but these errors were encountered: