debian-image-builder-frontend/api
Michal Gold df5388dae8 Repositories: fix architecture/version display to use readable names from API
- Add listRepositoryParameters endpoint to contentSources API
- Display human-readable names instead of technical labels
- Fix inconsistency between Image Builder and Repositories service display
- Resolve "any" vs "Any" capitalization issue -
https://github.com/osbuild/image-builder-frontend/issues/3008
2025-06-19 10:27:56 +00:00
..
config Repositories: fix architecture/version display to use readable names from API 2025-06-19 10:27:56 +00:00
schema API: update api 2025-05-15 21:19:32 -05: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