Indrek Kriisa
Results
3
comments of
Indrek Kriisa
I have an API where endpoints are grouped by business domains. For example one definition file contains `/users/...` endpoints, other file `/companies/...` and both have defined tags descriptions in their...
I want to extract a part from a big single API definition file.
No. I have `yaml` that imports `paths` from multiple files. If I bundle this file then `paths` and `schemas` are nicely present in bundle but `tags` section is not.