You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently imports require a uri pointing to the imported service.json, which binds the import to a particular instance of apibuilder (eg. app.apibuilder.io). Would be nice to be able to specify imports as a tuple of organization, api and version and resolve the import from the "local" apibuilder instance.
The text was updated successfully, but these errors were encountered:
makes sense - and internally we just parse the URL anyway to pull out the org/app/version. I think the change is probably small - mainly to change import url validation to accept any host
Currently imports require a uri pointing to the imported service.json, which binds the import to a particular instance of apibuilder (eg. app.apibuilder.io). Would be nice to be able to specify imports as a tuple of organization, api and version and resolve the import from the "local" apibuilder instance.
The text was updated successfully, but these errors were encountered: