mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
build
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
9b89648eda
commit
ddfe40e521
6 changed files with 49 additions and 46 deletions
17
dist/dart/openapi-3.0.yaml
vendored
17
dist/dart/openapi-3.0.yaml
vendored
|
|
@ -1,6 +1,11 @@
|
|||
components:
|
||||
schemas: {}
|
||||
securitySchemes:
|
||||
AuthType:
|
||||
description: OAuth2Session if you are logged in
|
||||
in: header
|
||||
name: x-twitter-auth-type
|
||||
type: apiKey
|
||||
CookieAuthToken:
|
||||
description: HttpOnly cookie
|
||||
in: cookie
|
||||
|
|
@ -16,11 +21,6 @@ components:
|
|||
in: header
|
||||
name: x-csrf-token
|
||||
type: apiKey
|
||||
authType:
|
||||
description: OAuth2Session if you are logged in
|
||||
in: header
|
||||
name: x-twitter-auth-type
|
||||
type: apiKey
|
||||
info:
|
||||
contact:
|
||||
email: yuki@yuki0311.com
|
||||
|
|
@ -84,13 +84,10 @@ paths:
|
|||
/other:
|
||||
$ref: ./paths/other.yaml#/paths/~1other
|
||||
security:
|
||||
- bearerAuth: []
|
||||
- CsrfToken: []
|
||||
- ActiveUser: []
|
||||
- AuthType: []
|
||||
- ClientLanguage: []
|
||||
- CookieAuthToken: []
|
||||
- CookieCt0: []
|
||||
- CookieAuthToken: []
|
||||
- AuthType: []
|
||||
servers:
|
||||
- url: https://twitter.com/i/api
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue