> +import org.jclouds.rackspace.autoscale.v1.domain.Webhook;
> +import org.jclouds.rackspace.autoscale.v1.domain.WebhookResponse;
> +import org.jclouds.rest.annotations.Fallback;
> +import org.jclouds.rest.annotations.MapBinder;
> +import org.jclouds.rest.annotations.PayloadParam;
> +import org.jclouds.rest.annotations.RequestFilters;
> +import org.jclouds.rest.annotations.SelectJson;
> +
> +import com.google.common.collect.FluentIterable;
> +
> +/**
> + * The API for controlling autoscale webhooks.
> + * @author Zack Shoylev
> + */
> +@RequestFilters(AuthenticateRequest.class)
> +public interface WebhookApi {

Interface APIs should extend `Closeable`.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/48/files#r7513026

Reply via email to