public interface IJsonRequestFactory
| Modifier and Type | Method and Description |
|---|---|
JsonRequest |
get(JsonRequest.Action action,
String resource)
Construct a partial JsonRequest that CANNOT be executed; used as skeleton for a clone construction
|
JsonRequest |
get(JsonRequest.Action action,
String resource,
String hash,
String userAgent,
String baseUrl)
Construct a complete JsonRequest suitable for execution.
|
JsonRequest get(JsonRequest.Action action, String resource, String hash, String userAgent, String baseUrl)
action - The action to executeresource - The resource to execute againsthash - The user auth hash or null if not available/not requireduserAgent - The user agent to pass to the serverbaseUrl - The service base URLJsonRequest get(JsonRequest.Action action, String resource)
action - The action to executeresource - The resource to execute againstCopyright © 2012-2014 Battams, Derek. All Rights Reserved.