Github API

Getting access, Developing, Testing

Back to Github

Get a blob

The content in the response will always be Base64 encoded.

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

Input

type: object properties: parameters: type: object properties: owner: type: string description: The account owner of the repository. The name is not case sensitive. repo: type: string description: The name of the repository. The name is not case sensitive. file_sha: type: string required: - owner - repo - file_sha title: Parameters

Output

type: object title: Blob properties: content: type: string encoding: type: string url: type: string format: uri sha: type: string size: type: integer nullable: true node_id: type: string highlighted_content: type: string