Package co.arago.hiro.client.rest
-
Class Summary Class Description AppAPI AppAPI.Builder AppAPI.Conf<T extends AppAPI.Conf<T>> AuthAPI AuthAPI.Builder AuthAPI.Conf<T extends AuthAPI.Conf<T>> AuthenticatedAPIHandler This class is the basis of all authenticated API handlers that make use of the different sections of the HIRO API.AuthenticatedAPIHandler.APIRequestConf<T extends AuthenticatedAPIHandler.APIRequestConf<T,R>,R> The basic configuration for all requests.AuthenticatedAPIHandler.Conf<T extends AuthenticatedAPIHandler.Conf<T>> Configuration interface for all the parameters of an AuthenticatedAPIHandler.AuthenticatedAPIHandler.SendBodyAPIRequestConf<T extends AuthenticatedAPIHandler.SendBodyAPIRequestConf<T,R>,R> The basic configuration for all requests that are sending JSON data.AuthenticatedAPIHandler.SendStreamAPIRequestConf<T extends AuthenticatedAPIHandler.SendStreamAPIRequestConf<T,R>,R> The basic configuration for all requests that upload binary data.GraphAPI GraphAPI.Builder GraphAPI.Conf<T extends GraphAPI.Conf<T>> GraphAPI.QueryBodyConf<T extends GraphAPI.QueryBodyConf<T,R>,R> A config class that contains common parameters for all Graph Queries.