forked from loafle/openapi-generator-original
* Do not allow not reusing HttpClient, fix socket exhaustion issues, add Readme on how to add your own client * Add Readme change * Alternative version via constructor injection * Update samples * Update usage in ExecAsync * Clean Constructor * Add Warning to constructor, Update Samples * Add warning, fix last constructor, update samples * Change client to private in constructor injection * Add disposable to ApiClient * Do not dispose handler if we did not create it * Update samples * Add disable switch and update samples and documentation