Class ShieldClient
java.lang.Object
dev.getshield.ShieldClient
Official Shield SDK client for Java.
ShieldClient client = new ShieldClient("sk_live_xxx");
ShieldSession session = client.sessions().create("Deal with Acme Corp");
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShieldClient(String apiKey) ShieldClient(String apiKey, String baseUrl) ShieldClient(String apiKey, String baseUrl, String hmacSecret) -
Method Summary
-
Field Details
-
SDK_USER_AGENT
- See Also:
-
-
Constructor Details
-
ShieldClient
-
ShieldClient
-
ShieldClient
-
-
Method Details
-
sessions
-
events
-
verify
-
agent
-
request
-
requestBytes
Perform a GET request that returns raw bytes (for PDF export). -
getObjectMapper
public com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
-