org.universAAL.ri.restToolkit
Class RestClient

Package class diagram package RestClient
java.lang.Object
  extended by org.universAAL.ri.restToolkit.RestClient

public class RestClient
extends Object


Constructor Summary
RestClient()
           
 
Method Summary
static String getRequest(String endpoint, HashMap<String,String> parameters)
           
static String postRequest(String endpoint, HashMap<String,String> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestClient

public RestClient()
Method Detail

getRequest

public static String getRequest(String endpoint,
                                HashMap<String,String> parameters)

postRequest

public static String postRequest(String endpoint,
                                 HashMap<String,String> parameters)


Copyright © 2014 universAAL Consortium. All Rights Reserved.