All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ch.viascom.hipchat.api.api.CapabilitiesApi Maven / Gradle / Ivy

There is a newer version: 2.1-RC3
Show newest version
package ch.viascom.hipchat.api.api;

import ch.viascom.groundwork.foxhttp.annotation.types.GET;
import ch.viascom.groundwork.foxhttp.annotation.types.Header;
import ch.viascom.groundwork.foxhttp.annotation.types.Path;
import ch.viascom.groundwork.foxhttp.exception.FoxHttpException;
import ch.viascom.hipchat.api.models.Capabilities;

@Path("{host}")
@Header(name = "Content-Type", value = "application/json")
public interface CapabilitiesApi {

    @GET("/capabilities")
    Capabilities getCapabilities() throws FoxHttpException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy