No description
| docs | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| OPENAPI_GENERATOR.md | ||
| README.md | ||
Forgejo client based off OpenAPI endpoint definition.
Absolute majority of this code was generated by OpenAPI generator tool. For more info, see its own README.
Reproduction
(shush)
You need to have JRE binaries in your path, and download one of tool's releases. Release 7.19.0 was used to generate this code.
Then,
java -jar openapi-generator-cli-7.19.0.jar generate \
-i https://v14.next.forgejo.org/swagger.v1.json \
-g rust \
-o ./forgejo-openapi
And delete any extra files you don't need. For help,
java -jar openapi-generator-cli-7.19.0.jar help
License
This code was generated by the OpenAPI generator tool. According to tool's README:
Generated code is intentionally not subject to the parent project license
And so this code is licensed under CC0.