The Rust API client for KittyCAD.
You can trigger a build with the GitHub action to generate the client. This will automatically update the client to the latest version based on the spec at spec.json.
Alternatively, if you wish to generate the client locally, run:
$ make generate
Please do not change the code directly since it is generated. PRs that change the code directly will be automatically closed by a bot.
VERSION.txt
has the new version you want to release.make generate
and pushed any changes. The release
will fail if running make generate
causes any changes to the generated
code.make tag
this is just an easy command for making a tag formatted
correctly with the version.make tag
gives instructions for this)main
branch before making and pushing a new tag.