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. |
||
|---|---|---|
| .. | ||
| config | ||
| 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