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-07-09 23:45:24 +09:00
parent b95b73080e
commit 85cd1e120d
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
3 changed files with 125 additions and 2 deletions

View file

@ -32,6 +32,20 @@ paths:
tags:
- "user-list"
/graphql/{pathQueryId}/FollowersYouKnow:
get:
operationId: getFollowersYouKnow
description: "get followers you know"
responses:
"200":
description: Successful operation
content:
application/json:
schema:
$ref: "#/components/schemas/FollowResponse"
tags:
- "user-list"
components:
schemas:
FollowResponse: