test_connection
Verify connectivity to the Wakapi server by testing API access and retrieving project count to ensure proper integration for development time tracking.
Instructions
Test Wakapi server connection via simple API call to fetch projects.
Returns: A dictionary with the connection test result, including: - status (str): 'success' or 'error'. - message (str): Description of the result. - projects_count (int, optional): Number of projects if successful. - server_url (str): The Wakapi server URL. - api_path (str): The API path used for requests. - error (str, optional): Error message if failed.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |