
org.sourcelab.github.client.response.parser.ResponseParser Maven / Gradle / Ivy
The newest version!
package org.sourcelab.github.client.response.parser;
import org.sourcelab.github.client.http.HttpResult;
import java.io.IOException;
public interface ResponseParser {
T parseResponse(final HttpResult result) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy