-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Title
Add baseURL Configuration Option for API Domain Selection
Type
Feature
Background
Currently, the plugin does not support switching between the official aitable.ai service and the community open-source version of APITable. Users may need to connect to different API endpoints depending on their deployment or preference.
Description
Introduce a new configuration option in the plugin interface called baseURL. This option will allow users to manually specify the API domain address, enabling compatibility with both aitable.ai and self-hosted/community versions of APITable.
Acceptance Criteria
- Add a
baseURLinput field in the plugin configuration UI - Ensure the plugin uses the specified
baseURLfor all API requests - Validate the
baseURLinput to prevent malformed URLs - Update documentation to reflect the new configuration option
Additional Notes (Optional)
This change will improve flexibility and broaden the plugin's usability across different APITable deployments.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request