Class: ECHOQuery
Defined in: | src/ECHOQuery.coffee |
Overview
The ECHOQuery contains basic query methods used by the SDK.
Class Method Summary
- . (void) find(instanceId, resourceType, params, listKey) Does Find objects from the remote server.
- . (void) request(method, path, data, multipart = false) Sends a HTTP request with optional request contents/parameters.
Class Method Details
.
(void)
find(instanceId, resourceType, params, listKey)
Does Find objects from the remote server.
.
(void)
request(method, path, data, multipart = false)
Sends a HTTP request with optional request contents/parameters.