You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-twitter-scraper-java-core/src/main/kotlin/com/x_twitter_scraper/api/models/guestwallets/GuestWalletCreateParams.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,8 @@ import java.util.Objects
24
24
25
25
/**
26
26
* Create a one-use hosted checkout after the user confirms $10-$250 USD. The request creates no
27
-
* charge. It returns a paid-read API key without an Xquik account. Replays return the same key.
27
+
* charge. It returns a paid-read API key without an Xquik account. Idempotent replays return the
Copy file name to clipboardExpand all lines: x-twitter-scraper-java-core/src/main/kotlin/com/x_twitter_scraper/api/services/async/GuestWalletServiceAsync.kt
Copy file name to clipboardExpand all lines: x-twitter-scraper-java-core/src/main/kotlin/com/x_twitter_scraper/api/services/blocking/GuestWalletService.kt
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,8 @@ interface GuestWalletService {
35
35
36
36
/**
37
37
* Create a one-use hosted checkout after the user confirms $10-$250 USD. The request creates no
38
-
* charge. It returns a paid-read API key without an Xquik account. Replays return the same key.
38
+
* charge. It returns a paid-read API key without an Xquik account. Idempotent replays return
0 commit comments