Claus Ibsen created CAMEL-24367:
-----------------------------------
Summary: Add camel-rest-postman component
Key: CAMEL-24367
URL: https://issues.apache.org/jira/browse/CAMEL-24367
Project: Camel
Issue Type: New Feature
Reporter: Claus Ibsen
Add a new camel-rest-postman component that configures REST producers and
contract-first REST consumers from a Postman Collection instead of an OpenAPI
specification. It is the Postman counterpart of camel-rest-openapi: it performs
no HTTP itself and delegates to a component implementing RestProducerFactory.
The motivation is that a large number of teams keep a Postman Collection as the
only machine-readable description of their API, and today Camel has no way to
consume that.
The collection is loaded either from a Collection v2.1 JSON document
(classpath:, file:, http:) or, by its uid, from the Postman cloud.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)