GCPRestApi
get
Make GET call for GCPRestApi.
GCPRestApi.get(requestUrl)
or
GCPRestApi.get(requestUrl, serviceAccountKeyPropName,
authenticationPath)
or
GCPRestApi.get(requestUrl, refreshToken, clientId,
clientSecret)Parameters
requestUrl (string)
serviceAccountKeyPropName (string)
authenticationPath (string)
refreshToken (string)
clientId (string)
clientSecret (string)Returns
post
Make POST call for GCPRestApi.
Parameters
Returns
put
Make PUT call for GCPRestApi.
Parameters
Returns
delete
Make DELETE call for GCPRestApi.
Parameters
Returns
patch
Make PATCH call for GCPRestApi.
Parameters
Returns
publish
publish message
Parameters
Returns
subscribe
subscribe message
Parameters
Returns
unsubscribe
unsubscribe message
Parameters
Returns
Last updated