> +import org.jclouds.rest.annotations.RequestFilters;
> +import org.jclouds.rest.annotations.SelectJson;
> +
> +/**
> + * Provides synchronous access to CloudStack project features.
> + *
> + * @author Andrew Bayer
> + * @see <a
> + *      
> href="http://download.cloud.com/releases/3.0.6/api_3.0.6/TOC_Root_Admin.html";
> + *      />
> + */
> +@RequestFilters(AuthenticationFilter.class)
> +@QueryParams(keys = "response", values = "json")
> +public interface ProjectApi {
> +   /**
> +    * List the projects this account has access to.

Done.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/215/files#r7931342

Reply via email to