public interface RestClient
Modifier and Type | Method and Description |
---|---|
org.apache.http.HttpResponse |
execute(HttpRequest request)
Execute the http request returning on success an HttpResponse
from the service.
|
void |
init(android.content.Context context,
BaasBox.Config config)
Initializes the client given a configuration and a context
|
org.apache.http.HttpResponse execute(HttpRequest request) throws BaasException
request
- the requestBaasException
void init(android.content.Context context, BaasBox.Config config)
context
- config
-