@Immutable
public interface Gists
@NotNull(message="gist is never NULL") Gist create(@NotNull(message="list of files can\'t be NULL") Iterable<String> files) throws IOException
files - Names of filesIOException - If there is any I/O problem@NotNull(message="gist is never NULL") Gist get(@NotNull(message="name can\'t be NULL") String name)
name - Name of it@NotNull(message="iterable is never NULL") Iterable<Gist> iterate()
Copyright © 2012–2014 jcabi.com. All rights reserved.