Package symphony.bdk.gen contains code generated by openAPI generator from swagger specifications of Symphony APIs, namely:
- agent/agent-api-public.yaml
- authenticator/authenticator-api-public.yaml
- login/login-api-public.yaml
- pod/pod-api-public-deprecated.yaml
- profile-manager
In order to re-generate model and api files, run
cd project_root/api_client_generation
./generate.sh
The file templates/open-api-generator-cli.jar used to generated model and api files was created from changes done here from this fork to accommodate for type hinting.