net project, for which I need to detect and analyze the changes made in a specific text file in the repository between various tensile requests.
I was able to successfully access the migration requests and commits using the Github API, but I donβt know how to get the lines that were changed in the last commit?
Is this possible using the API? What would be a better approach? If not, should I try to read the last two versions of the files and implement a local algorithm with different values? Thanks!
source share