File tree Expand file tree Collapse file tree
src/main/java/com/creatubbles/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222import com .creatubbles .api .response .gallery .CreateUserGalleryResponse ;
2323import com .creatubbles .api .response .user .UserProfileResponse ;
2424import com .creatubbles .api .util .EndPoints ;
25- import com .creatubbles .test .request .AuthTests ;
2625import com .google .gson .Gson ;
2726import com .google .gson .GsonBuilder ;
2827
@@ -63,7 +62,7 @@ public static void main(String[] args) throws IOException {
6362 // Additional examples can be found in the JUnit test files
6463
6564 CreatubblesAPI .setStagingMode (true );
66- String accessToken = AuthTests .getAuthToken ();
65+ String accessToken = "" ; // TODO commit tests AuthTests.getAuthToken();
6766
6867 CreateCreationRequest createCreation = new CreateCreationRequest (accessToken );
6968 CreateCreationResponse createCreationResponse = createCreation .execute ().getResponse ();
You can’t perform that action at this time.
0 commit comments