yatish27 / salesforce_bulk_api

A Ruby client for Salesforce's bulk API
MIT License
77 stars 99 forks source link

Introduce counters for each SF API call #45

Closed jmccarthy closed 9 years ago

jmccarthy commented 9 years ago

Salesforce API calls are subject to a quota. Introduce counters on instances of SalesforceBulkApi::Api which count each call to the API.