1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00

Merge pull request #66 from fa0311/dev

add x.com
This commit is contained in:
ふぁ 2024-08-27 02:53:38 +09:00 committed by GitHub
commit 0aaa089b3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 0 deletions

View file

@ -6603,6 +6603,7 @@ security:
- Referer: []
- Priority: []
servers:
- url: https://x.com/i/api
- url: https://twitter.com/i/api
tags:
- description: Responses containing User objects.

View file

@ -6545,6 +6545,7 @@ security:
- Referer: []
- Priority: []
servers:
- url: https://x.com/i/api
- url: https://twitter.com/i/api
tags:
- description: Responses containing User objects.

View file

@ -8672,6 +8672,7 @@ security:
- Referer: []
- Priority: []
servers:
- url: https://x.com/i/api
- url: https://twitter.com/i/api
tags:
- description: Responses containing User objects.

View file

@ -11,6 +11,7 @@ info:
url: https://github.com/fa0311/twitter-openapi#license
version: 0.0.1
servers:
- url: https://x.com/i/api
- url: https://twitter.com/i/api
paths: {}