Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supported Client and Server Lists Should not rely on internet connection #5247

Open
mrudd81 opened this issue Oct 23, 2024 · 0 comments
Open

Comments

@mrudd81
Copy link

mrudd81 commented Oct 23, 2024

Is your feature request related to a problem?

My dev environment is sandboxed from the internet, so opening a local Swagger Editor does not allow me to use the built-in generator functions normally available with an internet connection.

Describe the solution you'd like

Allow Editor to reference a local/offline copy of available server/client platforms instead of only reaching out to the internet for the most current. Essentially, Editor should be able to have full functionality offline.

I understand the gain from being able to access changes to supported languages as they come out, but devs should be able to run with whatever's available at the time, or to define which languages they want to use and download those dependencies instead. Otherwise, Editor really isn't truly "dependency-free". Code may still attempt to fetch the latest online, but if the connection isn't available, it should still execute with what's currently available.

Describe alternatives you've considered

I've looked through the Editor code to see if it's possible to "hijack" the process, but the amount of time it is taking outweighs needing to just use it without the functionality (using Codegen in the meantime).

Additional context

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant