Fetching content from specific commit
Open
- Dominant language
- Java
- Stars
- 307
- Forks
- 144
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 14
Description
```
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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.