我可以使用Bitbucket REST API获取原始文件内容,如
https://api.bitbucket.org/1.0/repositories/AccountName/Repo_Slug/raw/master/MyFolder/MyFile.cs,
是否有相当于使用Stash Rest API从Stash获取它。我在这里找不到: https://developer.atlassian.com/static/rest/stash/2.0.1/stash-rest.html#resources
答案 0 :(得分:11)
只需指定文件的网址并附加?raw
http://example.com/projects/TES/repos/testrepo/browse/testfile?raw
正如我所提到的,这不是REST API的功能,它只是文件的完整URL。
答案 1 :(得分:0)
使用 1.0 的 stash/bitbucket api,您可以使用以下内容获取原始文件内容
https://example.com/rest/api/1.0/TES/repos/testrepo/raw/testfile?at=feature/branch