HttpApi (HTTP APIs)
get
HttpApi.get(String requestUrl)
or
HttpApi.get(String requestUrl, Map<String, String> headers)
or
HttpApi.get(String requestUrl, Map<String, String> headers, Integer retryCount, Integer waitTime)
or
HttpApi.getWithRetry(String requestUrl, Map<String, String> headers)requestUrl
headers
retryCount
waitTimeresult of the operationpost
put
patch
delete
getAsString
Parameters
Returns
postAsString
Parameters
Returns
putAsString
Parameters
Returns
patchAsString
Parameters
Returns
deleteAsString
Parameters
Returns
readFileAsJSON
Parameters
Returns
readFileAsString
Parameters
Returns
readFileAsBytes
Parameters
Returns
writeFile
Parameters
Returns
writeFileBytes
Parameters
Returns
writeFileBytes
Parameters
Returns
Last updated
Was this helpful?