-
53500c96 · BlobService::GetBlobsBySHAs
-
c07ef81e · BlobService::GetBlobsBySHAs
-
f83d8957 · BlobService::GetBlobsBySHAs
-
b26708aa · Merge branch 'has-local-branch' into 'master'
- ... and 1 more commit. Compare 8ac6c4c6...b26708aa
Oh! Thanks @bkc
@eReGeBe Ahmad is off today (friday) so maybe reassign to someone else? :)
LGTM
I second removing the suffix. We don't have to drop GetBlob
right away; we can change BlobService#get_blob
to use this new call and deprecate the o...
right, missed that :)
Wouldn't renaming an endpoint give us backwards compatibility problems? If not, I'm ok with a rename. In any case, I vote to drop the BySHAs
suffix.
If I understand correctly there's going to be: a "header" response message with size
and oid
, followed by one or more "body" response messages with...
IDK, I agree that BySHAs
seems superflourous. Though IMO we should just change GetBlob
=> GetBlobs
and have it take repeated bytes oid
instead and ...