Example
Parameters
The base URL to your Fiddler platform instance
Authentication token obtained from the Fiddler UI
Dictionary mapping protocol to proxy URL for HTTP requests
HTTP request timeout settings (float or tuple of connect/read timeouts)
Whether to verify server’s TLS certificate (default: True)
Whether to validate server/client version compatibility (default: True)
Raises
- ValueError – If url or token parameters are empty
- IncompatibleClient – If server version is incompatible with client version
property client
Get the HTTP request client instance for API communication.Returns
Configured HTTP client with authentication headers,
proxy settings, and timeout configurations.
property server_info
Get server information and metadata from the Fiddler platform.Returns
Server information including version, organization details,
and platform configuration.
property server_version
Get the semantic version of the connected Fiddler server.Returns
Semantic version object representing the server version.
property organization_name
Get the name of the connected organization.Returns
Name of the organization associated with this connection.
property organization_id
Get the UUID of the connected organization.Returns
Unique identifier of the organization associated with this connection.