module Restforce::Concerns::API

def limits

Returns an Array of String names for each SObject.

Only available in version 29.0 and later of the Salesforce API.

Public: Get info about limits in the connected organization
def limits
  version_guard(29.0) { api_get("limits").body }
end