jcabi-github
jcabi-github copied to clipboard
Fetching content from specific commit
new RtGithub()
.repos()
.get(new Coordinates.Simple("jcabi/jcabi-github"))
.commits()
.get("05dd4e1580eb22116c02e5322eaab0700b1e8af1")
.repo()
.contents()
.get("README.md")
This example fetches content from master, but it should from the selected commit