Class OneDriveConnection

java.lang.Object
com.amilesend.onedrive.connection.OneDriveConnection

public class OneDriveConnection extends Object
Wraps a OkHttpClient that manages authentication refresh and parsing responses to corresponding POJO types. Construct a new instance via the OneDriveConnectionBuilder that simplifies configuration of the AuthManager and automatically sets a pre-configured Gson instance for proper request/response serialization.
See Also: