@Path(value="/version")
@Produces(value={"application/xml","application/json"})
@Consumes(value={"application/xml","application/json"})
public interface IVersionResource
extends VersionResource
SERVICE_PATH| Modifier and Type | Method and Description |
|---|---|
org.jboss.resteasy.client.ClientResponse<VersionInfo> |
get()
Retrieve Version information for the application.
|
@GET
@Produces(value={"application/vnd.zanata.Version+xml","application/vnd.zanata.Version+json"})
org.jboss.resteasy.client.ClientResponse<VersionInfo> get()
VersionResourceget in interface VersionResourceCopyright © 2014 Zanata Project. All rights reserved.