def list_apps()

in dell_ai/client.py [0:0]


    def list_apps(self) -> List[str]:
        """
        Get a list of all available application names.

        Returns:
            A list of application names

        Raises:
            AuthenticationError: If authentication fails
            APIError: If the API returns an error
        """
        from dell_ai import apps

        return apps.list_apps(self)