mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-15 10:49:05 +00:00
* Adds basic retries to API requests * This mimics the basic retries performed by urllib3 in the sync version * update samples * Only use retry client if number of retries is specified in the config * Reorganize * Remove class attribute * close retry_client --------- Co-authored-by: William Cheng <wing328hk@gmail.com>