f〇ck!!
1 parent 487f428 commit 6669b608a756b44e5061815fada6f783903f6515
y-ota authored on 29 Nov 2018
Showing 2 changed files
View
1
■■■■
src/main/Main.java
queryParam.add(new RestParam("id","7lCDEYXw3mM"));
queryParam.add(new RestParam("part","status"));
pathParam.add("playlists");
formParam.add(new RestParam("snippet.title", "test"));
code = "4/pABHtrI_rbcKvJIlj1h6rPknzRtn-GonoVRa3Gk41pA68jO-nIa3Y5mbR5EiNWFWnK0x0pOKVkDkQbRy9VhvnLs";
// formParam.add(new RestParam("Authorization", "4/pADWrNNy90AsgAfPqcxB_S4Js8ClNi_gRuvzb--4XvK_lCFfEBfP5t5mPODPASxUX1vjvrISNfKvgu1vR3Ev7do"));
// pathParam.add("logout");
// formParam.add(new RestParam("token", "E12xg9f1MCDr8P7aqDQdx4l7nIM3CdvpzXz2vbmzl832LGe8DjwAPWR6wZzP5hn4"));
// pathParam.add("G90zOL9UTeTx");
View
1
■■■■
src/restfulchecker/RestChecker.java
method = "DELETE";
break;
}
addParam(account);
account.setCode(code);
account.doAnything();
responses.add(account.getResponseCode());
receives.add(account.doReceive());
RestAccount second = new RestAccount(accounts.get(0).getUrl());