1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00
No description
Find a file
ふぁ 68237b3cd9
Merge pull request #55 from fa0311/dev
add removeLegacyDiscriminatorBehavior option
2024-02-15 14:51:46 +09:00
.github/workflows update version 7.3.0 2024-02-13 09:17:48 +09:00
.vscode update version 7.3.0 2024-02-13 09:17:48 +09:00
dist add removeLegacyDiscriminatorBehavior option 2024-02-15 14:41:50 +09:00
src update schema 2024-02-14 11:12:15 +09:00
test add test case 2024-02-14 11:11:56 +09:00
tools add removeLegacyDiscriminatorBehavior option 2024-02-15 14:41:50 +09:00
.gitignore add cache 2023-09-01 13:40:34 +09:00
CONTRIBUTING.md update docs test 2023-07-31 17:59:02 +09:00
LICENSE update 2023-09-17 04:09:41 +09:00
LICENSE.AGPL update 2023-09-17 04:09:41 +09:00
README.md Update README.md 2023-11-04 03:04:43 +09:00
requirements.txt update setting 2024-02-07 17:54:10 +09:00

Twitter OpenAPI

Twitter OpenAPI(Swagger) specification

issues / discussions

Usage

openapi-generator-cli generate -g <language> -i https://raw.githubusercontent.com/fa0311/twitter-openapi/main/dist/docs/openapi-3.0.yaml -o ./generated

There are several outputs, but the one that best follows the OpenAPI specification is dist/docs.
However, some Generators may use a syntax that is not supported.
You can also modify the hook to make the generated results more user-friendly. build_config.py

Note that the license also inherits to the output.

Contribute

CONTRIBUTING.md

build

python -V # Python 3.10.8
pip install -r requirements.txt
python tools/build.py

License

This project is dual licensed. You can choose one of the following licenses: