[
https://issues.apache.org/jira/browse/CAMEL-11995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16241959#comment-16241959
]
ASF GitHub Bot commented on CAMEL-11995:
----------------------------------------
GitHub user zregvart opened a pull request:
https://github.com/apache/camel/pull/2085
CAMEL-11995: Salesforce Composite API support
Adds support for third Composite resource, now we can support Batch,
Tree and plain "Composite" resource. Composite resource allows
generating a request of up to 25 possibly chained requests. Chaining is
performed by using references so response from a previous request can be
used in the subsequent request.
Bulk of the work was contributed by Spiliopoulos, Vassilis (ELS-CON)
<[email protected]>, this polishes and rebases on the current
master.
@vspiliop can you take a look at this, I've just extracted the Composite
API support ([CAMEL-11995](https://issues.apache.org/jira/browse/CAMEL-11995))
and I'll create another PR for
[CAMEL-10193](https://issues.apache.org/jira/browse/CAMEL-10193) that you
contributed in #2079.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zregvart/camel CAMEL-11995
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2085.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2085
----
commit b5e42fccd3f2141f70b9075bb210d38c699087fb
Author: Zoran Regvart <[email protected]>
Date: 2017-11-07T12:52:35Z
CAMEL-11995: Salesforce Composite API support
Adds support for third Composite resource, now we can support Batch,
Tree and plain "Composite" resource. Composite resource allows
generating a request of up to 25 possibly chained requests. Chaining is
performed by using references so response from a previous request can be
used in the subsequent request.
Bulk of the work was contributed by Spiliopoulos, Vassilis (ELS-CON)
<[email protected]>, this polishes and rebases on the current
master.
----
> Support Composite API
> ---------------------
>
> Key: CAMEL-11995
> URL: https://issues.apache.org/jira/browse/CAMEL-11995
> Project: Camel
> Issue Type: New Feature
> Components: camel-salesforce
> Reporter: Zoran Regvart
> Assignee: Zoran Regvart
> Fix For: 2.21.0
>
>
> Camel Salesforce component supports Composite Tree and Composite Batch APIs,
> there is a new [sub-API called simply
> Composite|https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_composite.htm]
> for executing multiple REST calls (up to 25) in a single request.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)