Documentation
¶
Overview ¶
Command generate reads openapi.json and emits the generated parts of the SDK: resources_gen.go (the resource surface), endpoints_gen_test.go (one test per operation), and the README's API reference section.
Run from the repository root: go run ./scripts/generate
Shared spec model for the generator: parses openapi.json into resource groups with the final SDK method names and signatures.
Click to show internal directories.
Click to hide internal directories.