feature: Support OpenAPI URL Synchronization for API Import
Currently, the API import feature only supports file upload. I would like to propose adding support for importing APIs through OpenAPI URL synchronization.
This would allow users to:
Add their local Swagger JSON URL directly to the system
Use a sync button to import new APIs whenever the source API documentation is updated
Maintain a real-time connection between the source OpenAPI documentation and the imported APIs
Benefits:
Streamlines the API import process
Reduces manual work for keeping APIs up-to-date
Ensures API documentation stays synchronized with the source
Particularly useful for developers working with local Swagger instances
Proposed Implementation: Add an alternative import method that allows users to:
Input an OpenAPI/Swagger URL
Validate the URL and fetch initial API documentation
Provide a sync button to refresh/update the APIs when needed
+1
This would be huge, especially with a manual sync button + optional automatic sync toggle.