Get blob contents snapshot. Either one of workspace, branch or commit ID needs to be specified.
Repository Manipulation
Get blob contents
Get blob contents snapshot. Either one of workspace, branch or commit ID needs to be specified
GET
Get blob contents snapshot. Either one of workspace, branch or commit ID needs to be specified.
Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This API uses OAuth 2 with the implicit grant flow
Path Parameters
The repo ID of the repository. Repo name can be used instead of the ID, but usage of ID for permanent linking and API requests is preferred.
Required string length:
3 - 128Example:
"example_id"
An ID of a workspace, branch or commit.
Required string length:
3 - 128Example:
"example_id"
A path to a file inside the repository.
Example:
"/path/to/file"
Response
File contents
The response is of type file.

