debian-image-builder-frontend/api
Anna Vítová a4034e8787 Wizard: add satellite registration, add jwt-decode
The jwt decode dependency helps us to keep track of the token that is
present in the Satellite command. jwt-decode is the most popular
dependency for the job, and very easy to use.
2025-04-03 09:46:41 +02:00
..
config api: Add osbuild-composer's cloudapi 2025-02-05 15:54:57 +01:00
schema Wizard: add satellite registration, add jwt-decode 2025-04-03 09:46:41 +02:00
codegen.sh api: Add osbuild-composer's cloudapi 2025-02-05 15:54:57 +01:00
pull.sh api: Add osbuild-composer's cloudapi 2025-02-05 15:54:57 +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