liuxiran opened a new issue #825: URL: https://github.com/apache/apisix-dashboard/issues/825
Please answer these questions before submitting your issue. - Why do you submit this issue? - [ ] Feature or performance improvement Refer to https://github.com/apache/apisix-dashboard/issues/611 ___ ### Why Sometimes user's apis have already defined based on the openapi specification and when they want to publish those apis on APISIX, they need to learn the concepts of our products, such as how to do parameter validation, how to do authentication, how to do path matching and so on. Actually, many users don't care how to publish a route, so If we can support importing the configuration of openapi to generate the route, that would reduce the user's use cost. ### How - add buttons for import and export in route page import button for upload the profile of route based on the openapi 3.0, and the export button for download it. - manage-api parse the file, generate an apisix-compliant data structure, and write to the etcd ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
