Package com.jcabi.github
Interface Blobs
@Immutable
public interface Blobs
GitHub Git Data Blobs.
- Since:
- 0.8
- See Also:
-
Method Summary
-
Method Details
-
repo
Repo repo()Owner of them.- Returns:
- Repo
-
get
Get specific blob by sha.- Parameters:
sha- SHA of a blob- Returns:
- Blob
- See Also:
-
create
Create a blob.- Parameters:
content- Contentencoding- Encoding- Returns:
- A new blob
- Throws:
IOException- If there is any I/O problem- See Also:
-