codecommit_get_blob: Returns the base-64 encoded content of an individual blob in...

View source: R/codecommit_operations.R

codecommit_get_blobR Documentation

Returns the base-64 encoded content of an individual blob in a repository

Description

Returns the base-64 encoded content of an individual blob in a repository.

See https://www.paws-r-sdk.com/docs/codecommit_get_blob/ for full documentation.

Usage

codecommit_get_blob(repositoryName, blobId)

Arguments

repositoryName

[required] The name of the repository that contains the blob.

blobId

[required] The ID of the blob, which is its SHA-1 pointer.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.