-
Notifications
You must be signed in to change notification settings - Fork 166
Fix rest api #826
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
base: main
Are you sure you want to change the base?
Fix rest api #826
Conversation
Nice! Hast Du rausgefunden, warum die operationIds anscheinend einen Unterschied machen? |
Wäre https://github.com/getkin/kin-openapi nicht der bessere Validator? |
See docs. Ich denke, die wird die Library openapi-mcp brauchen. |
Ich habe die Validierung von openapi-mcp genommen, weil du du wahrscheinlich auf die Funktionalität dieser Library aufbauen wirst. |
Yep, aber erstmal gehts nur um Validierung, nicht um weiteres Tooling
Ich muss nochmal fragen: sind die Teil der Lösung oder optional? |
Wenn es dir nicht wichtig ist, dass auch validiert wird, ob dieser Parameter bei allen Endpoints vorhanden ist, kann ich gerne auf deinen Validator wechseln. |
Dann lass uns wechseln- openapi-mcp tut ohnehin nicht, was es soll und wird vstl. nicht Teil der Lösung sein. VIELEN DANK! |
Wenn openapi-mcp nicht das macht was es soll und ersetzt werden soll, ist die Frage, ob die operationIDs immer noch wichtig sind und hinzugefügt werden sollten. |
Bei #823 (comment) brauche ich von dir auch noch eine Antwort, bevor der PR gemergt wird. |
Sind mir aktuell nicht wichtig! |
Dann reverte ich den Commit mit den |
This reverts commit 9fa7ecd.
Fix #823
✔️ add check to validate openapi spec
\cc @andig @naltatis