debian-image-builder-frontend/api
Gianluca Zuccarelli 4212337d7e api: update image builder api
Update the api spec to include `masked` services
2024-03-19 10:59:31 +01:00
..
config Blueprints: Add blueprint editing 2024-03-04 14:48:32 +01:00
schema api: update image builder api 2024-03-19 10:59:31 +01:00
codegen.sh api: split pulling API changes and regenerating new API 2024-01-23 12:39:32 +01:00
pull.sh api: split pulling API changes and regenerating new API 2024-01-23 12:39:32 +01:00
README.md api: split pulling API changes and regenerating new API 2024-01-23 12:39:32 +01:00

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