Get Blob
POST {{aws_codecommit_base_url}}/?Action=GetBlob
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | The ID of the blob, which is its SHA-1 pointer. |
Request Body
{"blobId"=>"string", "repositoryName"=>"string"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
User-Agent | string | ||
X-Amz-Target | string |