Sha256: aea63b860b46c39091002c53a82ed0bf89f90b5e58741a305f4e9f6e03f6377e
Contents?: true
Size: 765 Bytes
Versions: 10
Compression:
Stored size: 765 Bytes
Contents
## 0.2.3 - Added last_request, last_response to Eloqua::API - Added wrapper around the Savon SOAP and HTTP exceptions. Savon should disable its error handling and let Eloqua raise its own errors by using `Savon::configure {|config| config.raise_errors = false }`. This allows us to capture last_request and last_response even when there is a Soap or HTTP fault ## 0.2 - Abstracted out majority of requests into Eloqua::Api::Service - Added Eloqua::Api::Service for a lightweight interface to Eloqua used by other components like RemoteObject, Entity and Asset - Eloqua::Query advanced Query builder with support for paging through the entire set of records spanning multiple requests ## 0.1 - Initial Release - Support for Service Api
Version data entries
10 entries across 10 versions & 1 rubygems