1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 15:40:26 +01:00
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-05-05 21:11:23 +09:00
parent cce687ba15
commit 92b54baa58
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
23 changed files with 2962 additions and 192 deletions

View file

@ -33,8 +33,16 @@ info:
version: 0.0.1
openapi: 3.0.3
paths:
/1.1/friends/following/list.json:
$ref: ./paths/v1.1-get.yaml#/paths/~11.1~1friends~1following~1list.json
/1.1/friendships/create.json:
$ref: ./paths/v1.1.yaml#/paths/~11.1~1friendships~1create.json
$ref: ./paths/v1.1-post.yaml#/paths/~11.1~1friendships~1create.json
/1.1/friendships/destroy.json:
$ref: ./paths/v1.1-post.yaml#/paths/~11.1~1friendships~1destroy.json
/1.1/search/typeahead.json:
$ref: ./paths/v1.1-get.yaml#/paths/~11.1~1search~1typeahead.json
/2/search/adaptive.json:
$ref: ./paths/v2.0-get.yaml#/paths/~12~1search~1adaptive.json
/graphql/1RyAhNwby-gzGCRVsMxKbQ/CreateTweet:
$ref: ./paths/post.yaml#/paths/~1graphql~11RyAhNwby-gzGCRVsMxKbQ~1CreateTweet
/graphql/2TemLyqrMpTeAmysdbnVqw/ListLatestTweetsTimeline:
@ -87,10 +95,16 @@ tags:
- description: response User
name: user
- description: response User list
name: userList
name: user-list
- description: response tweet
name: tweet
- description: post
name: post
- description: legacy APIs
name: v1.1
- description: legacy APIs get
name: v1.1-get
- description: legacy APIs post
name: v1.1-post
- description: legacy APIs get
name: v2-get
- description: legacy APIs post
name: v2-post