Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.34 KB

generated_api.md

File metadata and controls

21 lines (18 loc) · 1.34 KB

Generated API

Package symphony.bdk.gen contains code generated by openAPI generator from swagger specifications of Symphony APIs, namely:

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.