Cammand icon indicating copy to clipboard operation
Cammand copied to clipboard

Add nuget for generated Camunda API Client

Open StephenOTT opened this issue 4 years ago • 6 comments

StephenOTT avatar May 27 '21 03:05 StephenOTT

Hi @StephenOTT I created a test project with the similar idea -> https://github.com/silvanbrenner/camunda-csharp-client

silvanbrenner avatar Oct 20 '21 14:10 silvanbrenner

Did you generate it from my code or from the Camunda swagger ?

StephenOTT avatar Oct 20 '21 14:10 StephenOTT

There are bugs in the swagger provided by Camunda. See the changes to the Create Deployment API in my code

StephenOTT avatar Oct 20 '21 14:10 StephenOTT

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 avatar Oct 20 '21 14:10 silvanbrenner

@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

StephenOTT avatar Oct 21 '21 15:10 StephenOTT

No i never tried it, but i see the difference between our API's.

silvanbrenner avatar Oct 21 '21 15:10 silvanbrenner