qbraid_core.client
- qbraid_core.client(*args, **kwargs)
Create a client for a specified service using the default session. If specific session parameters are needed, a new default session can be initialized before calling this function.
- Parameters:
service_name (str) – The name of the service for which to create the client.
**kwargs – Keyword arguments for session customization, used only if creating a new default session.
- Returns:
A service client instance.