Describe the solution you'd like
I have these 2 GET requests
And openapi-typescript-codegen generates these 2 functions
I'd expect to have getUnits for the path /units and getUnitsId for the path /units/{id} it seems to be a common practice to have a "find all" on / and a "find single" on /{id}