reitit
reitit copied to clipboard
Support operationId in reitit-swagger
Hi,
thanks for creating this. I wonder if there is something to be said against supporting operationId
as swagger element. I could use it right now for automated client creation on a spec from server.
As a friend of mine pointed out there needs to be a check on uniqueness of the operationIDs. I had a look into that. Do you have a hint on where this should be implemented to fit your code?
I was now implementing the check on operationId distinctness. Do think this is a valid approach?