[
https://issues.apache.org/jira/browse/CAMEL-10471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15686355#comment-15686355
]
ASF GitHub Bot commented on CAMEL-10471:
----------------------------------------
GitHub user zregvart opened a pull request:
https://github.com/apache/camel/pull/1293
CAMEL-10471 Update Salesforce component to support limits REST API
This commits updates the Salesforce component documentation for the
limits operation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zregvart/camel CAMEL-8396-limits
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1293.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 #1293
----
commit d990528689d990f2cbf503ffec8794d19ae4bfa0
Author: Zoran Regvart <[email protected]>
Date: 2016-11-22T10:40:18Z
CAMEL-10471 Update Salesforce component to support limits REST API
This commits updates the Salesforce component documentation for the
limits operation.
----
> Update Salesforce component to support limits REST API
> ------------------------------------------------------
>
> Key: CAMEL-10471
> URL: https://issues.apache.org/jira/browse/CAMEL-10471
> Project: Camel
> Issue Type: New Feature
> Components: camel-salesforce
> Affects Versions: 2.18.1
> Environment: Any
> Reporter: Zoran Regvart
> Assignee: Claus Ibsen
> Labels: feature, features
> Fix For: 2.19.0
>
>
> Part of CAMEL-8396 to add support for the [Organization Limits Salesforce
> API|https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_limits.htm].
> Add operation `limit` that can be used like:
> {code:java}
> ...to("salesforce:limit")
> .choice()
> .when(
> simple("${body.dailyApiRequests.remaining} > 0")
> )...
> .endChoice();
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)