Uses of Interface
com.jcabi.github.Gist
-
Packages that use Gist Package Description com.jcabi.github Object Oriented Github API. -
-
Uses of Gist in com.jcabi.github
Classes in com.jcabi.github that implement Gist Modifier and Type Class Description static class
Gist.Smart
Smart Gist with extra features.Methods in com.jcabi.github that return Gist Modifier and Type Method 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.Methods in com.jcabi.github that return types with arguments of type Gist Modifier and Type Method Description Iterable<Gist>
Gists. iterate()
Iterate all gists.Constructors in com.jcabi.github with parameters of type Gist Constructor Description Smart(Gist gst)
Public ctor.
-