Generated by
JDiff

Interface zendesk.core.RestServiceProvider

Removed Methods
E createRestService(Class<E>) Create a RestApi from the provided class.
E createRestService(Class<E>, CustomNetworkConfig) Create a RestApi from the provided class, with a configuration class for custom network needs.
OkHttpClient getCoreHttpClient() Gets the core OkHttpClient of Core.
OkHttpClient getStandardHttpClient() Gets the standard OkHttpClient of Core.
 

Added Methods
E createRestService(Class<E>, String, String) Create a RestApi from the provided class.
E createRestService(Class<E>, String, String, CustomNetworkConfig) Create a RestApi from the provided class, with a configuration class for custom network needs.