OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
I could just be doing something wrong, but I don't see how you can tell the generator (Ruby in my case) to NOT add the Api suffix. I know there is this:
--api-name-suffix <api name suffix>
Suffix that will be appended to all API names ('tags'). Default:
Api. e.g. Pet => PetApi. Note: Only ruby, python, jaxrs generators
support this feature at the moment.
But I can't pass an empty string in there to remove it. Any guidance is much appreciated!
I could just be doing something wrong, but I don't see how you can tell the generator (Ruby in my case) to NOT add the
Api
suffix. I know there is this:But I can't pass an empty string in there to remove it. Any guidance is much appreciated!