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

uk.co.mruoc.rest.client.ReadOnlyRestClient Maven / Gradle / Ivy

package uk.co.mruoc.rest.client;

import uk.co.mruoc.rest.client.header.Headers;
import uk.co.mruoc.rest.client.response.Response;

public interface ReadOnlyRestClient {

    Response get(String endpoint);
    Response get(String endpoint, Headers headers);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy