We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When we use a get /apples/:id and a get all /apples/ the second one listed in the schema will turn into apples1 function in the generated code.
/apples/:id
/apples/
isnt the openapi spec to have the endpoints both named apples? but then we get silly apples1 function name? am i missing something?
thanks