get
Make GET call for GCPRestApi.
Copy GCPRestApi.get(requestUrl)
or
GCPRestApi.get(requestUrl, serviceAccountKeyPropName,
authenticationPath)
or
GCPRestApi.get(requestUrl, refreshToken, clientId,
clientSecret)
Parameters
Copy requestUrl (string)
serviceAccountKeyPropName (string)
authenticationPath (string)
refreshToken (string)
clientId (string)
clientSecret (string)
Returns
post
Make POST call for GCPRestApi.
Copy GCPRestApi.post(requestUrl, body)
or
GCPRestApi.post(requestUrl, body, headers)
or
GCPRestApi.post(requestUrl, body, serviceAccountKeyPropName,
authenticationPath)
or
GCPRestApi.post(requestUrl, body, refreshToken, clientId,
clientSecret)
or
GCPRestApi.post(requestUrl, body, headers,
refreshToken, clientId, clientSecret)
or
GCPRestApi.post(requestUrl, body, headers,
serviceAccountKeyPropName, authenticationPath)
Parameters
Copy requestUrl (string)
body (object)
serviceAccountKeyPropName (string)
authenticationPath (string)
refreshToken (string)
clientId (string)
clientSecret (string)
headers (dictionary)
Returns
put
Make PUT call for GCPRestApi.
Copy GCPRestApi.put(requestUrl, body)
or
GCPRestApi.put(requestUrl, body, serviceAccountKeyPropName,
authenticationPath)
or
GCPRestApi.put(requestUrl, body, refreshToken, clientId,
clientSecret)
Parameters
Copy requestUrl (string)
body (object)
serviceAccountKeyPropName (string)
authenticationPath (string)
refreshToken (string)
clientId (string)
clientSecret (string)
Returns
delete
Make DELETE call for GCPRestApi.
Copy GCPRestApi.delete(requestUrl, body)
or
GCPRestApi.delete(requestUrl, body, serviceAccountKeyPropName,
authenticationPath)
or
GCPRestApi.delete(requestUrl, body, refreshToken, clientId,
clientSecret)
Parameters
Copy requestUrl (string)
body (object)
serviceAccountKeyPropName (string)
authenticationPath (string)
refreshToken (string)
clientId (string)
clientSecret (string)
Returns
patch
Make PATCH call for GCPRestApi.
Copy GCPRestApi.patch(requestUrl, body)
or
GCPRestApi.patch(requestUrl, body, serviceAccountKeyPropName,
authenticationPath)
or
GCPRestApi.patch(requestUrl, body, refreshToken, clientId,
clientSecret)
Parameters
Copy requestUrl (string)
body (object)
serviceAccountKeyPropName (string)
authenticationPath (string)
refreshToken (string)
clientIdv
clientSecret (string)
Returns
publish
publish message
Copy GCPRestApi.publish(topicId, message)
Parameters
Copy topicId (string)
message (object)
Returns
subscribe
subscribe message
Copy GCPRestApi.subscribe(subscriptionId, receiver)
Parameters
Copy subscriptionId (string)
receiver (string)
Returns
unsubscribe
unsubscribe message
Copy GCPRestApi.serviceAccountKeyToToken(serviceAccountKeyPropName,
authenticationPath)
Parameters
Copy serviceAccountKeyPropName (string)
authenticationPath (string)
Returns
Last updated 7 months ago