I am in search of a method to derive types from a Swagger file without appending a specific request type to the request name.
For instance: If I have an endpoint /assortment and the request type is POST, I currently receive the Api.assortmentCreate() method in the API client.
I wish to eliminate the requirement for the term "create" because it could potentially be different.
If anyone has any insights on how to assist me with this issue, I would greatly appreciate it.