@Singleton @Path(value="v1") @Produces(value="application/json") @Consumes(value="application/json") public class RegistryFacadeService extends Object
@GET @Path(value="search") @Produces(value="application/json") public RepositoriesDTO search(@QueryParam(value="q") String query)
@GET
@Path(value="repositories/{namespace}/{repository}/tags")
@Produces(value="application/json")
public Map<String,String> tags(@PathParam(value="namespace")@NotNull
String namespace,
@PathParam(value="repository")@NotNull
String repository)
Copyright © 2014-2015 Red Hat. All Rights Reserved.