Skip to main content

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:
Parameters: Returns: An initialized ArgusClient instance. Exceptions:
  • ArgusValueError: If the api_key has an invalid format.
  • ArgusAuthenticationError: If the api_key is invalid or expired.
  • ArgusNotFoundError: If a provided asset_id does not exist.