@Produces(value={"application/xml","application/json"})
@Consumes(value={"application/xml","application/json"})
public interface ProjectsResource
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_PATH |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
get()
Retrieves a full list of projects in the system.
|
static final String SERVICE_PATH
@GET @Produces(value={"application/vnd.zanata.projects+xml","application/vnd.zanata.projects+json","application/xml","application/json"}) javax.ws.rs.core.Response get()
Copyright © 2015 Zanata Project. All rights reserved.