获取仓库content
获取仓库content
Path Parameters
- owner required
代码仓库的所有者,一般称之为"用户名(username)"。该名称不区分大小写。
- repo required
代码仓库名称。该名称不区分大小写。
- path
文件路径。
Header Parameters
- Authorization required
Oauth2 token或者私人token(需以Bearer加空格开头)
Responses
- 200
- 403
- 404
- responseBody
成功
禁止访问
资源未找到
- application/json
- Schema
Schema
- encoding string
编码类型。默认值:base64
- name string
文件名称
- path string
文件路径
- sha string
对应提交 SHA 值
- size integer
文件大小,如果 "type" 是 "dir" 或 "submodule" 则为 0
- type string
文件类型,枚举值:file, dir, symlink, submodule
entries object[]
如果 "type" 是 "dir",则返回该目录下的文件和子目录。 如果 "type" 是 "file",则返回空数组。 如果 "type" 是 "symlink",则返回符号链接的信息。 如果 "type" 是 "submodule",则返回子模块的信息。
Array [encoding string编码类型。默认值:base64
name string文件名称
path string文件路径
sha string对应提交 SHA 值
size integer文件大小,如果 "type" 是 "dir" 或 "submodule" 则为 0
type string文件类型,枚举值:file, dir, symlink, submodule
]
Loading...