1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 23:50:26 +01:00

update builder

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-05-02 21:58:49 +09:00
parent c22926614e
commit 3419b5c0ab
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
19 changed files with 539 additions and 480 deletions

View file

@ -4,7 +4,7 @@ info:
version: 0.0.1
paths:
/{{FollowingQuery}}/Following:
/graphql/{{queryId}}/Following:
get:
operationId: getFollowing
description: get user list of following
@ -16,9 +16,9 @@ paths:
schema:
$ref: "#/components/schemas/FollowResponse"
tags:
- "UserList"
- "userList"
/{{FollowersQuery}}/Followers:
/graphql/{{queryId}}/Followers:
get:
operationId: getFollowers
description: get user list of followers
@ -30,7 +30,7 @@ paths:
schema:
$ref: "#/components/schemas/FollowResponse"
tags:
- "UserList"
- "userList"
components:
schemas: