> +import org.jclouds.rest.annotations.ParamParser;
> +import org.jclouds.rest.annotations.ParamValidators;
> +import org.jclouds.rest.annotations.QueryParams;
> +import org.jclouds.rest.annotations.RequestFilters;
> +import org.jclouds.rest.annotations.ResponseParser;
> +
> +/**
> + * Provides synchronous access to Orion via their REST API.
> + * <p/>
> + *
> + * @author Timur Sungur
> + */
> +
> +public interface OrionApi extends Closeable {
> +
> + public static final String API_VERSION = "0.0.1";
Should this be deleted? Was it just left over by the archetype?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/45/files#r14714022