mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
Update README.md
This commit is contained in:
parent
0c64eebbfb
commit
da92bfd1fe
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@ openapi-generator-cli generate -g <language> -i https://raw.githubusercontent.co
|
||||||
|
|
||||||
There are several outputs, but the one that best follows the OpenAPI specification is `dist/docs`.
|
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.
|
However, some Generators may use a syntax that is not supported.
|
||||||
|
|
||||||
|
There are several outputs, but the one that most closely follows the OpenAPI specification is `dist/docs`.
|
||||||
|
However, a lot of syntax that is not supported by some generators is used.
|
||||||
|
Therefore, it is recommended to use `dist/compatible` or `dist/compatible_discriminator`.
|
||||||
|
|
||||||
You can also modify the hook to make the generated results more user-friendly. [build_config.py](./tools/build_config.py)
|
You can also modify the hook to make the generated results more user-friendly. [build_config.py](./tools/build_config.py)
|
||||||
|
|
||||||
Note that the license also inherits to the output.
|
Note that the license also inherits to the output.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue