So I have the data from https://api.github.com/repos/req-res/articles/readme
, which my app can get, but I need the most recent author's username (archiebaer
). This must be done client-side, so I do not want to search every commit in the repository for the file path preferably, as this could be detrimental to UX, but if it's the only way, that's okay.
Phrased as a question (in case you can't work out what I want): How can I get the most recent author's username?