Skip to content

Commit 4d26323

Browse files
committed
Remove paid engagement service wording from SDK copy.
1 parent f57f470 commit 4d26323

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ It is a Twitter API alternative for Java services and agents.
3737
X API Scraper: Speakeasy-ready OpenAPI document for the x-api-scraper TypeScript SDK.
3838

3939
The SDK wraps TwexAPI's X/Twitter API surface with bearer-token authentication.
40-
Paid engagement services, profile mutation, legacy-only operations, and non-v3 follower/following endpoints remain excluded.
40+
Profile mutation, legacy-only operations, and non-v3 follower/following endpoints remain excluded.
4141

4242
Not affiliated with X Corp.
4343
<!-- End Summary [summary] -->

openapi.sdk.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info": {
44
"title": "X API Scraper",
55
"version": "1.0.0",
6-
"description": "Speakeasy-ready OpenAPI document for the x-api-scraper TypeScript SDK.\n\nThe SDK wraps TwexAPI's X/Twitter API surface with bearer-token authentication.\nCookie/proxy based endpoints are excluded except tweet actions, follow/unfollow, and v3 DM operations.\nPaid engagement services, profile mutation, legacy-only operations, and non-v3 follower/following endpoints remain excluded.\n\nNot affiliated with X Corp.",
6+
"description": "Speakeasy-ready OpenAPI document for the x-api-scraper TypeScript SDK.\n\nThe SDK wraps TwexAPI's X/Twitter API surface with bearer-token authentication.\nCookie/proxy based endpoints are excluded except tweet actions, follow/unfollow, and v3 DM operations.\nProfile mutation, legacy-only operations, and non-v3 follower/following endpoints remain excluded.\n\nNot affiliated with X Corp.",
77
"license": {
88
"name": "MIT"
99
}

src/main/java/io/twexapi/sdk/AsyncXapiScraper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* <p>The SDK wraps TwexAPI's X/Twitter API surface with bearer-token authentication.
1212
* Cookie/proxy based endpoints are excluded except tweet actions, follow/unfollow, and v3 DM
1313
* operations.
14-
* Paid engagement services, profile mutation, legacy-only operations, and non-v3 follower/following
14+
* Profile mutation, legacy-only operations, and non-v3 follower/following
1515
* endpoints remain excluded.
1616
*
1717
* <p>Not affiliated with X Corp.

src/main/java/io/twexapi/sdk/XapiScraper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* <p>The SDK wraps TwexAPI's X/Twitter API surface with bearer-token authentication.
2323
* Cookie/proxy based endpoints are excluded except tweet actions, follow/unfollow, and v3 DM
2424
* operations.
25-
* Paid engagement services, profile mutation, legacy-only operations, and non-v3 follower/following
25+
* Profile mutation, legacy-only operations, and non-v3 follower/following
2626
* endpoints remain excluded.
2727
*
2828
* <p>Not affiliated with X Corp.

0 commit comments

Comments
 (0)