br.com.tempest.sentinelapi
Class HttpService

java.lang.Object
  extended by br.com.tempest.sentinelapi.HttpService

public class HttpService
extends Object


Constructor Summary
HttpService(String key, String secret)
           
HttpService(String key, String secret, String host)
           
 
Method Summary
 String delete(String path)
           
 String get(String path)
           
 String post(String path, Object body)
           
 String put(String path, Object body)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpService

public HttpService(String key,
                   String secret)

HttpService

public HttpService(String key,
                   String secret,
                   String host)
Method Detail

get

public String get(String path)

post

public String post(String path,
                   Object body)

put

public String put(String path,
                  Object body)

delete

public String delete(String path)


Copyright © 2015. All rights reserved.