mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
update
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
f2c4e0fa37
commit
aaa1100aed
1 changed files with 2 additions and 5 deletions
|
|
@ -15,6 +15,7 @@ servers:
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
# timeline
|
# timeline
|
||||||
|
|
||||||
/BntFPEOxs3GYdPaS6CjUcg/HomeTimeline:
|
/BntFPEOxs3GYdPaS6CjUcg/HomeTimeline:
|
||||||
get:
|
get:
|
||||||
operationId: getHomeTimeline
|
operationId: getHomeTimeline
|
||||||
|
|
@ -68,7 +69,6 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
default: "BntFPEOxs3GYdPaS6CjUcg"
|
default: "BntFPEOxs3GYdPaS6CjUcg"
|
||||||
example: "'BntFPEOxs3GYdPaS6CjUcg'"
|
example: "'BntFPEOxs3GYdPaS6CjUcg'"
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Successful operation
|
description: Successful operation
|
||||||
|
|
@ -99,7 +99,6 @@ paths:
|
||||||
$ref: "#/components/headers/x-twitter-response-tags"
|
$ref: "#/components/headers/x-twitter-response-tags"
|
||||||
x-xss-protection:
|
x-xss-protection:
|
||||||
$ref: "#/components/headers/x-xss-protection"
|
$ref: "#/components/headers/x-xss-protection"
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- "timeline"
|
- "timeline"
|
||||||
- "login-required"
|
- "login-required"
|
||||||
|
|
@ -155,7 +154,6 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
default: "37RUvMgTiEVYYfrRTVDxpw"
|
default: "37RUvMgTiEVYYfrRTVDxpw"
|
||||||
example: "'37RUvMgTiEVYYfrRTVDxpw'"
|
example: "'37RUvMgTiEVYYfrRTVDxpw'"
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Successful operation
|
description: Successful operation
|
||||||
|
|
@ -186,7 +184,6 @@ paths:
|
||||||
$ref: "#/components/headers/x-twitter-response-tags"
|
$ref: "#/components/headers/x-twitter-response-tags"
|
||||||
x-xss-protection:
|
x-xss-protection:
|
||||||
$ref: "#/components/headers/x-xss-protection"
|
$ref: "#/components/headers/x-xss-protection"
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- "timeline"
|
- "timeline"
|
||||||
- "login-required"
|
- "login-required"
|
||||||
|
|
@ -283,7 +280,7 @@ paths:
|
||||||
/HuTx74BxAnezK1gWvYY7zg/UserTweets:
|
/HuTx74BxAnezK1gWvYY7zg/UserTweets:
|
||||||
get:
|
get:
|
||||||
operationId: getUserTweets
|
operationId: getUserTweets
|
||||||
description: "get user by screen name"
|
description: "get user tweets"
|
||||||
parameters:
|
parameters:
|
||||||
- name: variables
|
- name: variables
|
||||||
in: query
|
in: query
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue