File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/main/java/com/creatubbles/api Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 22
22
import com .creatubbles .api .response .gallery .CreateUserGalleryResponse ;
23
23
import com .creatubbles .api .response .user .UserProfileResponse ;
24
24
import com .creatubbles .api .util .EndPoints ;
25
- import com .creatubbles .test .request .AuthTests ;
26
25
import com .google .gson .Gson ;
27
26
import com .google .gson .GsonBuilder ;
28
27
@@ -63,7 +62,7 @@ public static void main(String[] args) throws IOException {
63
62
// Additional examples can be found in the JUnit test files
64
63
65
64
CreatubblesAPI .setStagingMode (true );
66
- String accessToken = AuthTests .getAuthToken ();
65
+ String accessToken = "" ; // TODO commit tests AuthTests.getAuthToken();
67
66
68
67
CreateCreationRequest createCreation = new CreateCreationRequest (accessToken );
69
68
CreateCreationResponse createCreationResponse = createCreation .execute ().getResponse ();
You can’t perform that action at this time.
0 commit comments