Internal Self Calls
Introduction
Usage
Response resp = Self.GET("/MyHandler");Json json = Self.GET<Json>("/MyApp/MyJsonObject/13235");Master master = Self.GET<Master>("/emails");String myText = Self.GET<String>("/MyApp/MyTextDocument/54664");Byte[] myBinaryData = Self.GET<Byte[]>("/EncodedDocument/34563");Getting Current Level in the Call Hierarchy
Last updated