get_ab_test

Function get_ab_test 

Source
pub async fn get_ab_test(
    __arg0: State<ABTestingState>,
    __arg1: Query<EndpointQuery>,
) -> Result<Json<ABTestConfig>, StatusCode>
Expand description

Get A/B test configuration for an endpoint

GET /api/v1/ab-tests?method={method}&path={path}