X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Methods%2FhttpPostJson.groovy;h=d856bed7c24c5c6ccb928d73ac55281d6699150a;hb=9b3a7c405329818e6971d6de851ad730971fe4c0;hp=e53be7216953075b3cd61f1c119eb03c3a1feaad;hpb=d00fd74ad7e497d6849c284c6ba69db2d3ec8e65;p=smartthings-infrastructure.git diff --git a/Methods/httpPostJson.groovy b/Methods/httpPostJson.groovy index e53be72..d856bed 100644 --- a/Methods/httpPostJson.groovy +++ b/Methods/httpPostJson.groovy @@ -2,3 +2,7 @@ def httpPostJson(LinkedHashMap metaData, Closure inputData) { inputData(metaData) } + +def httpPostJson(LinkedHashMap metaData) { + +}