debian-image-builder-frontend/api
regexowl d890094e09 api: Add createRepository end point to contentSources schema
This adds `createRepository` end point to contentSources API schema.
2024-04-12 12:45:36 +02:00
..
config api: Add createRepository end point to contentSources schema 2024-04-12 12:45:36 +02:00
schema
codegen.sh
pull.sh
README.md

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