Package org.filestack.internal
Class BaseService
java.lang.Object
org.filestack.internal.BaseService
Wraps endpoints that run on www.filestackapi.com.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
BaseService
-
-
Method Details
-
overwrite
public Response<okhttp3.ResponseBody> overwrite(String handle, String policy, String signature, okhttp3.RequestBody body) throws IOException - Throws:
IOException
-
delete
public Response<okhttp3.ResponseBody> delete(String handle, String key, String policy, String signature) throws IOException - Throws:
IOException
-