atc-net / atc-rest-api-generator

A REST API code generator from OpenAPI Specification in YAML or Json file format
https://atc-net.github.io/repository/atc-rest-api-generator
MIT License
19 stars 4 forks source link

Bug/94 header names #95

Closed egil closed 3 years ago

egil commented 3 years ago

This PR includes test cases as well as a small fix to convert parameter names to pascal case instead of just upper casing the first letter.

Closes #94.