...where abc123 is ANY uuid in the repo I'm interested in. Internally, DVID will replace abc123:master with the UUID corresponding to the tip of the master branch.
If there's only a single repo on the server, then it's a little inconvenient to supply the abc123 part. For single-repo servers, can the following format be supported instead?
Right now one can use special syntax to avoid hard-coding a UUID in a url, such as:
...where
abc123
is ANY uuid in the repo I'm interested in. Internally, DVID will replaceabc123:master
with the UUID corresponding to the tip of themaster
branch.If there's only a single repo on the server, then it's a little inconvenient to supply the
abc123
part. For single-repo servers, can the following format be supported instead?