yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
625 stars 147 forks source link

Fix path params with names that differ from swift names #130

Closed yonaskolb closed 5 years ago

yonaskolb commented 5 years ago

path params like user_id were incorrectly being sent as userId. Can't believe no one noticed this before 😄