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

.Net: OpenAPI plugin & functions import filters #6890

Open
SergeyMenshykh opened this issue Jun 20, 2024 · 0 comments
Open

.Net: OpenAPI plugin & functions import filters #6890

SergeyMenshykh opened this issue Jun 20, 2024 · 0 comments
Labels
.NET Issue or Pull requests regarding .NET code openapi Issues related to the OpenAPI function importer

Comments

@SergeyMenshykh
Copy link
Member

Consider having OpenAPI plugins filter and OpenAPI plugin functions filter that would be called at plugin import step. The filters may accept:

  • Original OpenAPI document so the filter can access it if needed.
  • Parsed model as a ref parameter. Calling code can access, modify and replace it if needed. Public OpenApi model surface should be revisited.
  • Parser. Calling code may need to parse a subset of the original document.
  • etc...
@SergeyMenshykh SergeyMenshykh added .NET Issue or Pull requests regarding .NET code openapi Issues related to the OpenAPI function importer labels Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code openapi Issues related to the OpenAPI function importer
Projects
Status: Backlog
Development

No branches or pull requests

2 participants