[ 
https://issues.apache.org/jira/browse/CAMEL-10471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-10471.
---------------------------------
       Resolution: Fixed
         Assignee: Claus Ibsen
    Fix Version/s: 2.19.0

Thanks for the PR

> 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)

Reply via email to