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

uk.co.autotrader.traverson.http.TraversonClient Maven / Gradle / Ivy

Go to download

The kernel of traverson4j. This provides the main API for a client to traverse a Hypermedia REST service

The newest version!
package uk.co.autotrader.traverson.http;

public interface TraversonClient {

    //TODO: comment how it will throw Http Exception
     Response execute(Request request, Class returnType);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy