Get a file from repository
GET
/v3/projects/{id}/repository/filesGet a file from repository
请求参数
Path 参数
id
string
必需
The project ID
Query 参数
file_path
string
必需
The path to the file. Ex. lib/class.rb
ref
string
必需
The name of branch, tag, or commit
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get a file from repository
数据结构
object {0}
示例
{}
最后修改时间: 1 个月前