Function to return an array of `GitInfo`

It would be nice if there is a function to return an array of Git info, such as capture and show all authors contributed to current page.

With GitHub you can easily query their API using resources.GetRemote to create a list of contributors for a given file. Presumably you can do the same thing with GitLab, etc.

1 Like

Thanks, much better sulution for my use case.

I’ve got some code for this… somewhere. Let me know if you’re interested and I can try to dig it up.

1 Like

Thanks, I just Google it, and found the API (GitHub): https://api.github.com/repos/{owner}/{repo}/commits?path={file}, I think I can handle it.

2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.