surfstudio/SurfGen

Wrong handling path parameters

LastSprint opened this issue · 0 comments

Now when we create model for code generation we gather URI's path parameters only from first operation

self.parameters = pathModel.operations[0].pathParameters

And it seems wrong