API clients
Retrieves the details for an A/B test by its ID.
analytics
// Initialize the client var client = new AbtestingClient( new AbtestingConfig("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY", "ALGOLIA_APPLICATION_REGION") ); // Call the API var response = await client.GetABTestAsync(42); // >LOG
Was this page helpful?