Get a blob

GET {{baseUrl}}/repos/:owner/:repo/git/blobs/:file_sha

The content in the response will always be Base64 encoded.

Note: This API supports blobs up to 100 megabytes in size.

RESPONSES

status: OK

{"content":"Q29udGVudCBvZiB0aGUgYmxvYg==","encoding":"base64","url":"https://api.github.com/repos/octocat/example/git/blobs/3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15","sha":"3a0f86fb8db8eea7ccbb9a95f325ddbedfb25e15","size":19,"node_id":"Q29udGVudCBvZiB0aGUgYmxvYg=="}