This repository contains two Bash scripts to **generate CAPIF services code** from OpenAPI definitions and to **compare two versions** of the generated services.
---
## 1. `capif_build.sh`
This script wraps `openapi-generator` to build Python Flask code from the CAPIF service YAML definitions.
It allows generating all services or just one specific service.
### Requirements
-`bash` (>= 4.0 recommended)
-[`openapi-generator`](https://openapi-generator.tech/) installed and available in `PATH`