[
https://issues.apache.org/jira/browse/CAMEL-10472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15687406#comment-15687406
]
ASF GitHub Bot commented on CAMEL-10472:
----------------------------------------
GitHub user zregvart reopened a pull request:
https://github.com/apache/camel/pull/1265
CAMEL-10472 Update Salesforce component to support recent items REST API
Adds support for getting recent items via Salesforce REST API[1].
New operation `recent` was added and can be used like:
...to("salesforce:recent")
.split().body()
.log("${body.name} at ${body.attributes.url}");
Number of items returned can be limited by the `limit` parameter in URI,
body or headers.
[1]
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_recent_items.htm
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zregvart/camel CAMEL-8396-recent
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1265.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 #1265
----
commit 9dc42b67d36215b904270d68decbf40264bbac77
Author: Zoran Regvart <[email protected]>
Date: 2016-11-22T17:24:32Z
CAMEL-10472 Update Salesforce component to support recent items REST API
This commit adds support for getting recent items via Salesforce REST
API[1].
New operation `recent` was added and can be used like:
...to("salesforce:recent")
.split().body()
.log("${body.name} at ${body.attributes.url}");
Number of items returned can be limited by the `limit` parameter in URI,
body or headers.
[1]
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_recent_items.htm
commit 75df9b6a6e54edce6f39e6d4986d0f06b8119fb4
Author: Zoran Regvart <[email protected]>
Date: 2016-11-22T17:48:41Z
CAMEL-10472 Update Salesforce component to support recent items REST API
- added documentation.
- updates by
camel-package-maven-plugin:prepare-spring-boot-auto-configuration to the
SalesforceComponentConfiguration.java.
----
> Update Salesforce component to support recent items REST API
> ------------------------------------------------------------
>
> Key: CAMEL-10472
> URL: https://issues.apache.org/jira/browse/CAMEL-10472
> Project: Camel
> Issue Type: New Feature
> Components: camel-salesforce
> Affects Versions: 2.18.1
> Environment: Any
> Reporter: Zoran Regvart
> Fix For: 2.19.0
>
>
> Part of CAMEL-8396 to add support for the [Recently Viewed
> Items|https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_recent_items.htm].
> Add operation `recent` that can be used like:
> {code:java}
> ...to("salesforce:recent")
> .split().body()
> .log("${body.name} at ${body.attributes.url}");
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)