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 <zo...@regvart.com> 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 <zo...@regvart.com> 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. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---