0

I am using org.kohsuke library to interact with github repo,I am able to get the repo level lastest commits but I am unable to find the lastest commit of a particular file.Could you please help me to get lastest commits of a file in java.

To get github api to fetch lastest commits of particular file.

Lava
  • 1
  • You might need to implement this yourself via a HTTP request to GitHub API, can you check this? https://stackoverflow.com/a/15838387/8587732 – Vitaly Chura Nov 05 '22 at 11:45

0 Answers0