Send a generic REST request to any URL. Not restricted to the Google API, but requires a token. Response is returned as string.
|
In
Exec
|
|
|
In Token
Google Sheets Web Token Object Reference
|
A validated UGoogleSheetsWebToken object. Used to authenticate the Sheets operation. |
|
Operation Params
Google Sheets Operation Params Structure
|
Generic request operation parameters |
|
Call on Complete
Delegate (by ref)
|
This delegate will be called when the operation completes and tell you whether or not it was successful and return the response as a string. |
|
Json Content
String
|
The content which will be sent to the specified URL. Can be left blank if your request does not require content. |
|
Request URL
String
|
This is the actual URL to which content will be sent. |
|
Request Verb
EGoogleSheetsRequestVerb Enum
|
Whether this request is a GET, POST, PUT, or PATCH |
|
Out
Exec
|