Package com.calm.Interface
Class Rest
- java.lang.Object
-
- com.calm.Interface.Rest
-
public class Rest extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.json.JSONObjectdelete(String relativeURL)org.json.JSONObjectget(String relativeURL)org.json.JSONObjectpost(String relativeURL, String... payload)
-