Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Content.Smart
Smart Content with extra features.
|
Modifier and Type | Method and Description |
---|---|
Content |
Contents.create(javax.json.JsonObject content)
Create new file.
|
Content |
Contents.get(String path)
Get the contents of a file or symbolic link in a repository's default
branch (usually master).
|
Content |
Contents.get(String path,
String ref)
Get the contents of a file or symbolic link in a repository.
|
Content |
Contents.readme()
Get the Readme file of the default branch (usually master).
|
Content |
Contents.readme(String branch)
Get the Readme file of the specified branch.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Content> |
Search.codes(String keywords,
String sort,
Search.Order order)
Search code.
|
Iterable<Content> |
Contents.iterate(String path,
String ref)
Get the contents of a directory in a repository.
|
Modifier and Type | Method and Description |
---|---|
int |
Content.Smart.compareTo(Content cont) |
Constructor and Description |
---|
Content.Smart(Content cont)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.