Package | Description |
---|---|
com.hellosign.sdk | |
com.hellosign.sdk.http |
Constructor and Description |
---|
HelloSignClient(HttpClient client,
Authentication auth)
Default constructor for injection of dependencies (testing).
|
Modifier and Type | Method and Description |
---|---|
HttpClient |
HttpClient.delete(String url)
Initializes a DELETE request to the given URL.
|
HttpClient |
HttpClient.get(String url)
Initializes a GET request to the given URL.
|
HttpClient |
HttpClient.options(String url)
Makes an OPTIONS request to the given URL
|
HttpClient |
HttpClient.post(String url)
Initializes a POST request to the given URL.
|
HttpClient |
HttpClient.put(String url)
Makes a PUT request to the given URL
|
HttpClient |
HttpClient.withAuth(Authentication auth) |
HttpClient |
HttpClient.withGetParam(String key,
String value) |
HttpClient |
HttpClient.withGetParams(Map<String,String> params) |
HttpClient |
HttpClient.withPostField(String key,
Serializable value) |
HttpClient |
HttpClient.withPostFields(Map<String,Serializable> fields) |
Copyright © 2017 HelloSign. All rights reserved.