@Path(value="/admin") public interface AdminResource extends AuthenticatedResource
Modifier and Type | Method and Description |
---|---|
VersionResponse |
currentVersion()
Get the current version of the REST API on the server
|
FeatureResponse |
featureInfo(String name)
Get info about a feature activation
|
setSessionId
@GET @Path(value="/version") VersionResponse currentVersion()
@GET @Path(value="/features/{name}") FeatureResponse featureInfo(@PathParam(value="name") String name)
name
- name of the featureCopyright © 2018 Gentics Software. All rights reserved.