benchling_api_client.benchling_client module¶
- class AuthorizationMethod¶
Bases:
abc.ABC
An abstract class that defines how the Benchling Client will authorize with the server.
- class BenchlingApiClient¶
Bases:
benchling_api_client.client.Client
- __init__(base_url: str, auth_method: AuthorizationMethod, *, cookies: Dict[str, str] = NOTHING, headers: Dict[str, str] = NOTHING, timeout: float = attr_dict['timeout'].default) None ¶
Method generated by attrs for class BenchlingApiClient.
- auth_method: AuthorizationMethod¶