I'm trying to write a tool that checks reports out on the code review completeness of each branch in a Git repository. I can use the various APIs to get the number of reviewed and unreviewed changesets for a branch, but what I haven't been able to find is an API that returns me a list of all the branches in a repository. Can anyone help?
Hi,
You could use the internal REST API used by FishEye UI. Note this is an internal API so there is no guarantee it will not change in the future without warning.
[FISHEYE_URL]/changelog-ajax/[REPO_NAME]?command=branches&limit=100&q=
Mac
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.