@Path(value="/projects") @Produces(value={"application/xml","application/json"}) @Consumes(value={"application/xml","application/json"}) public interface IProjectsResource extends ProjectsResource
SERVICE_PATH
Modifier and Type | Method and Description |
---|---|
org.jboss.resteasy.client.ClientResponse<Project[]> |
get()
Retrieves a full list of projects in the system.
|
@GET @Produces(value={"application/vnd.zanata.projects+xml","application/vnd.zanata.projects+json","application/xml","application/json"}) org.jboss.resteasy.client.ClientResponse<Project[]> get()
ProjectsResource
get
in interface ProjectsResource
Copyright © 2014 Zanata Project. All rights reserved.