ArgusClient.create()
This class method is the designated constructor for creating an ArgusClient instance. It authenticates the API key and configures the client’s default state.
Signature:
Returns: An initialized
ArgusClient instance.
Exceptions:
ArgusValueError: If theapi_keyhas an invalid format.ArgusAuthenticationError: If theapi_keyis invalid or expired.ArgusNotFoundError: If a providedasset_iddoes not exist.

