@Produces(value={"application/xml","application/json"})
@Consumes(value={"application/xml","application/json"})
public interface VersionResource
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_PATH |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
get()
Retrieve Version information for the application.
|
static final String SERVICE_PATH
@GET @Produces(value={"application/vnd.zanata.Version+xml","application/vnd.zanata.Version+json"}) javax.ws.rs.core.Response get()
Copyright © 2015 Zanata Project. All rights reserved.