The api config supports pulling in the openapi schema's via a url, so there isn't a need to pull this in manually and just run the code generation. We also need to remove the `openshift-virt` target since this was removed from image-builder-crc. |
||
|---|---|---|
| .. | ||
| config | ||
| codegen.sh | ||
| README.md | ||
API
This folder contains generated code for API endpoints needed by this repo.
Updating API changes
To pull new API changes and regenerating the code run
npm run api
Regenerating the code only
To regenerate the code only, run
npm run api:generate