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

update file

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-04-12 02:16:34 +09:00
parent 9b3deabd8e
commit 3d54c8d9a7
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
13 changed files with 600 additions and 605 deletions

22
openapi/openapi-3.0.yaml Normal file
View file

@ -0,0 +1,22 @@
openapi: 3.0.3
info:
title: Twitter OpenAPI
description: |-
Twitter OpenAPI
termsOfService: https://github.com/fa0311
contact:
email: yuki@yuki0311.com
license:
name: other
url: https://github.com/fa0311/twitter-openapi/LICENSE
version: 0.0.1
servers:
- url: https://twitter.com/i/api/graphql
paths:
/BntFPEOxs3GYdPaS6CjUcg/HomeTimeline:
$ref: ./src/paths/timeline/HomeTimeline.yaml
/FaBzCqZXuQCb4PhB0RHqHw/Following:
$ref: ./src/paths/follow/Following.yaml
/VptSi88PiaQhBevFbGVlGg/Followers:
$ref: ./src/paths/follow/Followers.yaml