This SDK contains wrapper code used to call the Kayako Developer API from Java applications.
For Android-specific code and samples, see the SDK for Android
In order to use the code in this SDK, you need to add the following to your build.gradle file.
//...
dependencies {
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.squareup.okio:okio:1.9.0'
compile 'com.google.code.gson:gson:2.4'
compile 'org.threeten:threetenbp:1.3.3' // added in v1.0.0
compile 'com.kayako:kayako:1.0.+'
}For a more detailed documentation, head over to Kayako's Developer Portal.