Package | Description |
---|---|
com.jcabi.github |
Object Oriented Github API.
|
Modifier and Type | Class and Description |
---|---|
static class |
Gist.Smart
Smart Gist with extra features.
|
Modifier and Type | Method and Description |
---|---|
Gist |
Gists.create(Map<String,String> files,
boolean visible)
Create a new gist.
|
Gist |
Gist.fork()
Fork the gist.
|
Gist |
Gist.Smart.fork() |
Gist |
Gists.get(String name)
Get gist by name.
|
Gist |
GistComment.gist()
The gist it's in.
|
Gist |
GistComment.Smart.gist() |
Gist |
GistComments.gist()
The gist we're in.
|
Modifier and Type | Method and Description |
---|---|
Iterable<Gist> |
Gists.iterate()
Iterate all gists.
|
Constructor and Description |
---|
Gist.Smart(Gist gst)
Public ctor.
|
Copyright © 2012–2014 jcabi.com. All rights reserved.