kpramesh2212 / openapi-merger-plugin

A plugin to merge openapi v3 files
Apache License 2.0
20 stars 8 forks source link

Supporting same endpoint in different schemas. #14

Closed klyver closed 1 year ago

klyver commented 1 year ago

For instance one api-spec could have GET /books and another api-spec could have POST /books. This can now be merged with this change.

It is the issue described in more detail here: https://github.com/kpramesh2212/openapi-merger-plugin/issues/7

This PR is donated by JYSK A/S :)

kpramesh2212 commented 1 year ago

@klyver Thank you very much for the pull request

I just took your code and concerted into a path item merger and fixed this issue hence closing this pr