@Immutable
public interface Repos
@NotNull(message="repository is never NULL") Repo create(@NotNull(message="JSON can\'t be NULL") javax.json.JsonObject json) throws IOException
json - Repository creation JSONIOException - If there is any I/O problem@NotNull(message="repository is never NULL") Repo get(@NotNull(message="coordinates can\'t be NULL") Coordinates coords)
coords - Repository name in "user/repo" formatCopyright © 2012–2014 jcabi.com. All rights reserved.