This client is built using oapi-codegen
against the CastAI OpenAPI specification.
The provided Makefile will download the latest specification and re-run the
code generator if there are any changes.
$ go get -tool github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@latest
$ make
Checking for newer openapi.json file... found!
Generating castai package...
$ make
Checking for newer openapi.json file... up-to-date
$