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
The first half of this shipped: importing from a URL is in the next release (thanks to marcjaner’s PR #420 for the groundwork). The sync part, keeping an imported workspace up to date with the source URL, is not in yet. Import is getting a larger overhaul soon that covers re-importing into an existing workspace, which is the right foundation for sync.
+1
This would be huge, especially with a manual sync button + optional automatic sync toggle.
totally. would be game changer
Proposed PR here
my bad!
this will be a killer feature, +1 big time