Package org.filestack.internal
Class UploadService
java.lang.Object
org.filestack.internal.UploadService
Wraps endpoints that run on upload.filestackapi.com.
-
Constructor Details
-
UploadService
-
-
Method Details
-
start
- Throws:
IOException
-
upload
public Response<UploadResponse> upload(Map<String, okhttp3.RequestBody> parameters) throws IOException- Throws:
IOException
-
uploadS3
public Response<okhttp3.ResponseBody> uploadS3(Map<String, String> headers, String url, okhttp3.RequestBody body) throws IOException- Throws:
IOException
-
commit
public Response<okhttp3.ResponseBody> commit(Map<String, okhttp3.RequestBody> parameters) throws IOException- Throws:
IOException
-
complete
public Response<CompleteResponse> complete(Map<String, okhttp3.RequestBody> parameters) throws IOException- Throws:
IOException
-