Add nuget for generated Camunda API Client
Hi @StephenOTT I created a test project with the similar idea -> https://github.com/silvanbrenner/camunda-csharp-client
Did you generate it from my code or from the Camunda swagger ?
There are bugs in the swagger provided by Camunda. See the changes to the Create Deployment API in my code
I generate it over the maven openapi generator plugin. It tooks the openapi.json from the camunda-engine-rest-openapi dependency. https://github.com/silvanbrenner/camunda-csharp-client/blob/main/camunda-csharp-client-generator/pom.xml
@silvanbrenner have you tried using the deployment api to create a deployment with multiple files?
https://jira.camunda.com/browse/CAM-13105
has been a long running issue that never seems to get prioritized. Do a diff of your generated Api against mine, and you should see the updates/changes/fixes
Also see: https://github.com/StephenOTT/Cammand/issues/27
No i never tried it, but i see the difference between our API's.