Im trying to build a driver to import .ical data, ive got the below but im inable to debug the response data, response status is 200 and working but nothing else dose
try {
httpGet(reqParams) { resp ->
if(resp.status == 200) {
log.debug "${resp.status}"
//log.debug "${resp.responseData}"
//log.debug "${resp.data}"
}
else { // not 200