I am trying to do a GET in an app. I can use the uri in an RM rule GET and it works. But in my own app I keep getting 'No Signature Of Method'. Here is what I have.
OK, I had tried the first method before, it didn't work and still doesn't.
Did the second one and finally got it to working.
Kinda curious, in the documents it shows this: void httpGet(String uri, Closure closure).
Why would that not work?
EDIT: Well I spoke too soon. It still doesn't work. I don't get any errors now, but the get command doesn't work. I can do a get in RM with the same URI and it works fine. So there is something different in. RM it would seem.