Eloqua HTTP APIs
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Integration module for Eloqua's HTTP based APIs.
Usage
The module provide a high-level API for Eloqua's REST API, the EloquaRestApi class. Instances of the class are created and retrieved with the static EloquaRestApi::instances() method. An instance can then be used using a simple pattern where path is matched chaining properties and methods of the API object (eg. $api->assets->form('21') to get the resource at /assets/form/21).
