Client()
is not supported. Use the default()
class method to create client instances.
Example:
Create a client instance using the default configuration:
ValueError
- Always raised as direct instantiation is not supported.
Use Client.default() instead.Client.default()
- Factory method for creating client instances with default settings.Client
- a default clientstr
- String representation of the underlying client.