mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-03 23:40:58 +00:00
* fix typo * use URLComponents instead of NSURLComponents * add encode method for any type * Add public initializer for modelObject * change id to _id * fix APIHelper funcs for array query parameters * make public to write unit test * add APIHelperTests * fix typo * fix regression