List all A/B tests

Lists all A/B tests you configured for this application.

Usage

Required ACL: analytics
1
2
3
4
5
import com.algolia.client.api.AbtestingClient

val client = AbtestingClient(appId = "ALGOLIA_APPLICATION_ID", apiKey = "ALGOLIA_API_KEY", region = "ALGOLIA_APPLICATION_REGION")

var response = client.listABTests()
Did you find this page helpful?
Kotlin API clients v3