James M Snell wrote:
Ok, based on the input given for PaceMediaEntries2, here is
PaceMediaEntries3. I think we're definitely getting very close.
http://www.intertwingly.net/wiki/pie/PaceMediaEntries3
+1. (I've been following along but have lacked the time to comment
until now. Probably for the best.)
Just thinking out loud: We've found scenarios where a server creates
multiple resources associated with a single (source) resource. An
example of this is a video which, when uploaded, results in a primary
video resource plus a thumbnail JPEG image, at separate read-only URLs.
A nice feature of PaceMediaEntries3 is that it leads to an obvious <link
rel="thumbnail" href="..."/> type of extension for handling this.
Side question:
Deletion of an entry SHOULD result in the deletion of any associated media
resources.
What happens if DELETE is applied to the edit-resource URL?
-John