Skip to content

Commit 287b467

Browse files
feat(api): api update
1 parent c3a7155 commit 287b467

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 124
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-f688ec225c65653bb6ba3f51fe643fc69e329fa93cdc13117060d56de13823cc.yml
3-
openapi_spec_hash: 4ad185ef874409f7cd359beed23f448f
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik/x-twitter-scraper-d5ea5609c8180c1340dd312fcb526d52953040de479617d4755673705d7c1334.yml
3+
openapi_spec_hash: 9b5ddbbd9ca6b21d24051d6b7cec9123
44
config_hash: 217d68ca6999ad03cfc4922e9658297e

lib/x_twitter_scraper/resources/guest_wallets.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class GuestWallets
1313
#
1414
# Create a one-use hosted checkout after the user confirms $10-$250 USD. The
1515
# request creates no charge. It returns a paid-read API key without an Xquik
16-
# account. Replays return the same key.
16+
# account. Idempotent replays return the same key.
1717
#
1818
# @overload create(amount_minor:, idempotency_key:, currency: :usd, request_options: {})
1919
#

rbi/x_twitter_scraper/resources/guest_wallets.rbi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module XTwitterScraper
1010
class GuestWallets
1111
# Create a one-use hosted checkout after the user confirms $10-$250 USD. The
1212
# request creates no charge. It returns a paid-read API key without an Xquik
13-
# account. Replays return the same key.
13+
# account. Idempotent replays return the same key.
1414
sig do
1515
params(
1616
amount_minor: Integer,

0 commit comments

Comments
 (0)