Methods
hook_rest_post_process(xhr)
Post process a rest call.
Parameters:
Name | Type | Description |
---|---|---|
xhr |
XMLHttpRequest |
hook_rest_pre_process(xhr, data)
Pre process a rest call.
Parameters:
Name | Type | Description |
---|---|---|
xhr |
XMLHttpRequest | |
data |
* |