-
Notifications
You must be signed in to change notification settings - Fork 219
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
When adding a new API description, Kiota should load with no pre-selected endpoints #4854
Comments
@maisarissi I think this perception is biased by the fact you're running a lot of demonstrations. Arguably the answer to "are people more likely to generate more clients/plugins with fewer endpoints, or more likely to edit existing plugins/clients?" depends on the kind of work you're doing. |
I agree with you @baywet . It's more likely that one would want to edit/add something they were missing after generating and this will be done by the "edit paths" scenario, when one is editing the workspace file. |
Ah I didn't get the fact this was specifically for the "add API description" flow, not just the auto-reload after generating. Thanks for the precision. |
Closing this as it was been resolved |
After creating an API Plugin/client for an specific API, one might want to create another API Plugin/client for the same API but with different endpoints.
So every time a user adds a new API description, even if it's the same OpenAPI description that was load before, Kiota should load the API explorer with no selected paths.
Today, after generating an API Plugin/client, if I try to add the same OpenAPI description to create something different, Kiota loads the previous selected paths.
The text was updated successfully, but these errors were encountered: