jcabi / jcabi/jcabi-github

Fetching content from specific commit

Open
#1,555 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.