debian-image-builder-frontend/api
Ondřej Budai 1bfc830147 remove as much edge mgmt code as possible
We no longer include the edge mgmt federated module so let's remove
all remaining traces of the integration.
2025-08-01 09:00:02 +00:00
..
config remove as much edge mgmt code as possible 2025-08-01 09:00:02 +00:00
codegen.sh remove as much edge mgmt code as possible 2025-08-01 09:00:02 +00: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