Difference between revisions of "Template:Java UpdoxTestClass Header"
From Updox API
(Created page with " public class UpdoxTest {") |
|||
Line 1: | Line 1: | ||
+ | import com.fasterxml.jackson.databind.JsonNode; | ||
+ | import com.fasterxml.jackson.databind.ObjectMapper; | ||
+ | import org.apache.http.HttpEntity; | ||
+ | import org.apache.http.HttpResponse; | ||
+ | import org.apache.http.client.HttpClient; | ||
+ | import org.apache.http.client.methods.HttpPost; | ||
+ | import org.apache.http.entity.StringEntity; | ||
+ | import org.apache.http.impl.client.DefaultHttpClient; | ||
+ | import org.apache.http.util.EntityUtils; | ||
+ | import java.util.HashMap; | ||
+ | import java.util.Map; | ||
+ | |||
+ | |||
public class UpdoxTest { | public class UpdoxTest { |
Revision as of 10:54, 23 April 2014
import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpPost; import org.apache.http.entity.StringEntity; import org.apache.http.impl.client.DefaultHttpClient; import org.apache.http.util.EntityUtils; import java.util.HashMap; import java.util.Map;
public class UpdoxTest {