debian-image-builder-frontend/api
Sanne Raymaekers 177e4b227c CreateImageWizardV2: search package groups in distro repositories
By prepending an `@`, users can search for package groups. A single `@`
just lists all groups.
2024-06-21 10:12:39 +02:00
..
config CreateImageWizardV2: search package groups in distro repositories 2024-06-21 10:12:39 +02:00
schema feat(HMS-4200): remove blueprint endpoints /experimental 2024-06-18 17:29:50 +02: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