forked from loafle/openapi-generator-original
The code for setting the form body parameters were wrong, e.g. the key value pair (id, 12345) would be encoded as id=%28id%2C12345%29 This commit adds a fix to the base client to correctly setting formBody values the previous pair will now be encoded as id=12345