0

I'd like to pull commit data for my repos from the Visual Studio REST API. Documentation seems clear enough, but I don't see how to get the parent references between the commits.

Edit: I see that when I request a single commit, the response contains a parents array with the IDs of the parent commits. However, when I request a collection of commits, this information seems to be missing.

4

1 回答 1

0

该 API 仅在您使用它来获取提交列表时返回一些基本信息。要获取更详细的信息,您现在需要通过“ Get a commit ”一一获取。

于 2016-01-18T02:53:09.310 回答