jhthorsen / openapi-client

A client for talking to an Open API powered server
11 stars 17 forks source link

Allow kebab case in path templating #32

Closed kiwiroy closed 3 years ago

kiwiroy commented 3 years ago

This pull request allows for kebab case path parameters in path templating.

Although the examples use camelCase there is no other instruction on the format that I have found.

For example, in /items/{itemId}, the path parameter is itemId.