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 classGist.SmartSmart Gist with extra features.Methods in com.jcabi.github that return Gist Modifier and Type Method Description GistGists. create(Map<String,String> files, boolean visible)Create a new gist.GistGist. fork()Fork the gist.GistGist.Smart. fork()GistGists. get(String name)Get gist by name.GistGistComment. gist()The gist it's in.GistGistComment.Smart. gist()GistGistComments. 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.
-