
org.johnnei.enjin.internal.http.IHttpAccess Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of enjin-api-impl Show documentation
Show all versions of enjin-api-impl Show documentation
The specification of the Enjin API
The newest version!
package org.johnnei.enjin.internal.http;
import java.io.IOException;
public interface IHttpAccess {
String getString(String url, Object postData) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy