Get started with ABTesting
To get started with ABTesting, you need to create an instance of the ABTesting client. You need to pass your Nebuly API key as a parameter.You can also provide the Nebuly API key in an environment variable
NEBULY_API_KEY and it will be automatically detected.
- Python Client
- Python Async Client
In the case your code is async, you can benefit from the AsyncABTesting client.