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 02:23:32 +09:00
parent f2c4e0fa37
commit aaa1100aed
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA

View file

@ -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