mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-12 08:00:27 +01:00
update file
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
9b3deabd8e
commit
3d54c8d9a7
13 changed files with 600 additions and 605 deletions
22
openapi/openapi-3.0.yaml
Normal file
22
openapi/openapi-3.0.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue