Added support for Descriptions in API Client

Added hint for Replay Name in GuiUploadFile
This commit is contained in:
CrushedPixel
2015-06-04 19:26:16 +02:00
parent 146aa40bd4
commit ea968ca418
5 changed files with 24 additions and 6 deletions

View File

@@ -31,7 +31,8 @@ public class FileUploader {
private String boundary = "*****";
private GuiUploadFile parent;
public void uploadFile(GuiUploadFile gui, String auth, String filename, List<String> tags, File file, Category category) throws IOException, ApiException, RuntimeException {
public void uploadFile(GuiUploadFile gui, String auth, String filename, List<String> tags, File file, Category category, String description)
throws IOException, ApiException, RuntimeException {
boolean success = false;
String info = null;