Sep 20, 2024
List all A/B tests
Lists all A/B tests you configured for this application.
Usage
Required ACL:
analytics
Copy
1
2
3
4
5
import Abtesting
let client = try AbtestingClient(appID: "ALGOLIA_APPLICATION_ID", apiKey: "ALGOLIA_API_KEY", region: .us)
let response = try await client.listABTests()
Did you find this page helpful?