You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zoran Regvart (JIRA)" <ji...@apache.org> on 2016/11/11 09:38:58 UTC

[jira] [Created] (CAMEL-10471) Update Salesforce component to support limits REST API

Zoran Regvart created CAMEL-10471:
-------------------------------------

             Summary: 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


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)