com.gu.membership.util
A wrapper for a JSON web service. It automatically converts the response to a solid type, or handles and logs the error.
The base type of all the objects that this WebServiceHelper can return
The type that will attempt to be extracted if extracting the expected object fails. This is useful when a web service has a standard error format
Manipulate the request before it is executed.
Manipulate the request before it is executed. Generally used to add any authentication settings the web services requires (e.g. add an Authentication header)
The request
The modified request
A wrapper for a JSON web service. It automatically converts the response to a solid type, or handles and logs the error.
The base type of all the objects that this WebServiceHelper can return
The type that will attempt to be extracted if extracting the expected object fails. This is useful when a web service has a standard error format