Ignoring underscores in operationId results in duplicate functions #1747
Labels
bug 🔥
Something isn't working
prioritized 🚚
This issue has been prioritized and will be worked on soon
Description
If your openapi spec has entries with
operationId
s like:(which are auto-generated by drf-spectacular based on the paths)
then then both get mapped to
accountNoteRetrieve
(presumably because all underscores are ignored?)This is using
client-axios
.Reproducible example or configuration
npx @hey-api/openapi-ts -i 'schema.yml' -o src/schemas/mySchema -c @hey-api/client-axios
OpenAPI specification (optional)
System information (optional)
No response
The text was updated successfully, but these errors were encountered: