oapi-codegen icon indicating copy to clipboard operation
oapi-codegen copied to clipboard

feat: filter by operation ids

Open johanneswuerbach opened this issue 3 years ago • 0 comments

When generating server mocks or clients we often only need specific operations to be included. Right now we workaround this issue by having unique operation tags, but this has various side-effects.

Add the capability to include or exclude specific operations by their operation id inline with the existing support to filter by tags.

johanneswuerbach avatar Jan 20 '23 12:01 johanneswuerbach