1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-04-18 10:19:38 +09:00
parent cc926c04c7
commit 4864d6126a
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
2 changed files with 36 additions and 6 deletions

View file

@ -62,7 +62,17 @@ paths:
name: features name: features
required: true required: true
schema: schema:
example: '{{Features}}' example: '{"blue_business_profile_image_shape_enabled": true, "responsive_web_graphql_exclude_directive_enabled":
true, "verified_phone_label_enabled": false, "responsive_web_graphql_timeline_navigation_enabled":
true, "responsive_web_graphql_skip_user_profile_image_extensions_enabled":
false, "tweetypie_unmention_optimization_enabled": true, "vibe_api_enabled":
true, "responsive_web_edit_tweet_api_enabled": true, "graphql_is_translatable_rweb_tweet_is_translatable_enabled":
true, "view_counts_everywhere_api_enabled": true, "longform_notetweets_consumption_enabled":
true, "tweet_awards_web_tipping_enabled": false, "freedom_of_speech_not_reach_fetch_enabled":
false, "standardized_nudges_misinfo": true, "tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled":
false, "interactive_text_enabled": true, "responsive_web_text_conversations_enabled":
false, "longform_notetweets_rich_text_read_enabled": true, "responsive_web_enhance_cards_enabled":
false}'
type: string type: string
- in: query - in: query
name: queryId name: queryId
@ -125,14 +135,24 @@ paths:
name: variables name: variables
required: true required: true
schema: schema:
example: '{"count": 40, "includePromotedContent": true, "latestControlAvailable": example: '{"count": 20, "includePromotedContent": true, "latestControlAvailable":
true, "withCommunity": true}' true, "requestContext": "launch", "withCommunity": true}'
type: string type: string
- in: query - in: query
name: features name: features
required: true required: true
schema: schema:
example: '{{Features}}' example: '{"blue_business_profile_image_shape_enabled": true, "responsive_web_graphql_exclude_directive_enabled":
true, "verified_phone_label_enabled": false, "responsive_web_graphql_timeline_navigation_enabled":
true, "responsive_web_graphql_skip_user_profile_image_extensions_enabled":
false, "tweetypie_unmention_optimization_enabled": true, "vibe_api_enabled":
true, "responsive_web_edit_tweet_api_enabled": true, "graphql_is_translatable_rweb_tweet_is_translatable_enabled":
true, "view_counts_everywhere_api_enabled": true, "longform_notetweets_consumption_enabled":
true, "tweet_awards_web_tipping_enabled": false, "freedom_of_speech_not_reach_fetch_enabled":
false, "standardized_nudges_misinfo": true, "tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled":
false, "interactive_text_enabled": true, "responsive_web_text_conversations_enabled":
false, "longform_notetweets_rich_text_read_enabled": true, "responsive_web_enhance_cards_enabled":
false}'
type: string type: string
- in: query - in: query
name: queryId name: queryId
@ -202,7 +222,17 @@ paths:
name: features name: features
required: true required: true
schema: schema:
example: '{{Features}}' example: '{"blue_business_profile_image_shape_enabled": true, "responsive_web_graphql_exclude_directive_enabled":
true, "verified_phone_label_enabled": false, "responsive_web_graphql_timeline_navigation_enabled":
true, "responsive_web_graphql_skip_user_profile_image_extensions_enabled":
false, "tweetypie_unmention_optimization_enabled": true, "vibe_api_enabled":
true, "responsive_web_edit_tweet_api_enabled": true, "graphql_is_translatable_rweb_tweet_is_translatable_enabled":
true, "view_counts_everywhere_api_enabled": true, "longform_notetweets_consumption_enabled":
true, "tweet_awards_web_tipping_enabled": false, "freedom_of_speech_not_reach_fetch_enabled":
false, "standardized_nudges_misinfo": true, "tweet_with_visibility_results_prefer_gql_limited_actions_policy_enabled":
false, "interactive_text_enabled": true, "responsive_web_text_conversations_enabled":
false, "longform_notetweets_rich_text_read_enabled": true, "responsive_web_enhance_cards_enabled":
false}'
type: string type: string
- in: query - in: query
name: queryId name: queryId

View file

@ -280,7 +280,7 @@ paths:
name: variables name: variables
required: true required: true
schema: schema:
example: '{"userId": "44196397", "count": 20, "includePromotedContent": example: '{"userId": "44196397", "count": 40, "includePromotedContent":
false, "withClientEventToken": false, "withBirdwatchNotes": false, "withVoice": false, "withClientEventToken": false, "withBirdwatchNotes": false, "withVoice":
true, "withV2Timeline": true}' true, "withV2Timeline": true}'
type: string type: string