@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()
VersionResource
get
in interface VersionResource
Copyright © 2017 Zanata Project. All rights reserved.