workspace
Read source code from a file in the workspace
Returns the contents of the specified file.
POST
/
workspace
/
read-source-code
Body
application/json
end
object
requiredThe end position of the range.
path
string
requiredThe path to the file.
start
object
requiredThe start position of the range.
Response
200 - application/json
source_code
string
required