Luke
Luke
I've noticed that [the docs say that using `encodeURI` is the default](https://github.com/ferdikoomen/openapi-typescript-codegen/blob/master/docs/openapi-object.md#openapiencode_path) when encoding path parameters, and that the recommendation is to adjust the `ENCODE_PATH` parameter if you want to...
@BenjaminVanRyseghem I don't think this should impact clients too badly, since boolean logic remains consistent in clients that might depend on this (except in the case of explicit checks), i.e....
@BenjaminVanRyseghem It has been a while now and I no longer use this library on any regular basis, however I believe the original intent of the change was to improve...