Uses of Class
com.github.katenachain.api.RawResponse
-
Packages that use RawResponse Package Description com.github.katenachain.api -
-
Uses of RawResponse in com.github.katenachain.api
Methods in com.github.katenachain.api that return RawResponse Modifier and Type Method Description RawResponseClient. get(String route)wraps the doRequest method to do a GET HTTP request.RawResponseClient. get(String route, HashMap<String,String> queryValues)wraps the doRequest method to do a GET HTTP request.RawResponseClient. post(String route, String body)wraps the doRequest method to do a POST HTTP request.RawResponseClient. post(String route, String body, HashMap<String,String> queryValues)wraps the doRequest method to do a POST HTTP request.
-