debian-image-builder-frontend/api
Gianluca Zuccarelli 9c3581f21c store: split apis into sub directories
Since we will need to add other api endpoints, e.g. `contentSourcesApi` for
the on-prem frontend, this PR restructures the store directory to make future
changes more manageable.
2025-02-03 13:40:30 +01:00
..
config store: split apis into sub directories 2025-02-03 13:40:30 +01:00
schema store: split apis into sub directories 2025-02-03 13:40:30 +01:00
codegen.sh api: add compliance api 2024-09-25 15:26:09 +02:00
pull.sh update compliance and content sources api 2024-10-08 17:57:40 +02: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