mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-13 05:19:16 +00:00
* added auth support in apiClient * added httperror response in detail * added apikey to apiClient create * remove unnecessary print statements * remove freeing of apiclient object from apiclient_free function * added auth params to apiClient_free function * free only received data and apiClient object to be freed by user