使用REST Api Bitbucket从bitbucket下载

时间:2018-07-13 09:29:05

标签: curl bitbucket bitbucket-api

最近,我发现我可以使用Rest Api Bitbucket下载存储库。 我阅读了文档,但到目前为止,我没有设法下载任何文件,而是使用curl来下载一些HTTP标头。

有人可以给我一个有关如何使用API​​的具体示例吗?

我知道命令是curl https://api.bitbucket.org/2.0/repositories/,但是我的位桶链接是这样的

  

http:// company repository site / projects / project / repos / repo /

更新1

**

我设法使用curl使用curl -u user:pass http://company_repository_site/projects/my_project/repos/my_repo/my_file.ext?raw语法下载文件,但我仍然想知道如何使用REST Api完成该操作

**

谢谢,丹尼尔。

1 个答案:

答案 0 :(得分:0)

最后,我使用curl -u user:pass bitbucketCompanyServer / rest / api / 1.0 / projects / project / repos / repository / browse / fullPathToFileOnBitbucket ?at = {commit>输出

希望这会有所帮助