camunda / connectors

Camunda Connectors
https://docs.camunda.io/docs/components/integration-framework/connectors/out-of-the-box-connectors/available-connectors-overview/
Apache License 2.0
34 stars 36 forks source link

refactor(template-generator): Create a unified output #2809

Closed mathias-vandaele closed 4 days ago

mathias-vandaele commented 1 week ago

Create an unified to have a consistent data format and unified output

Description

We had two different definition of the same class OperationParseResult.

This record has been moved to the http-dsl package and is now shared for both project open-api parser and postman-collections-parser

Related issues

closes https://github.com/camunda/connectors/issues/2693

mathias-vandaele commented 5 days ago

Thanks for this, looks good!

One small thing: Could you edit the PR title and description to say "create a unified output" for easier look-up later?

Doing it right now!