API ReferenceGit
Get a blob object
Get a blob from the Git database. The contents will always be base64 encoded.
Path Parameters
repo*string
The repository id
Format
uuidhash*string
The object's hash
Response Body
application/json
curl -X GET "https://api.freestyle.sh/git/v1/repo/497f6eca-6276-4993-bfeb-53cbbbba6f08/git/blobs/string"{
"content": "string",
"encoding": "base64",
"sha": "string",
"size": 0
}