This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
v1.0-rc.0
Pre-release
Pre-release
richardsliu
released this
07 Jan 22:07
·
41 commits
to v1.0-branch
since this release
Basic auth endpoint fix (#153) * add retry * use helper function for retry * shorten name for DNS * remove req_num * only re-send when expected * log unexpected error * remove code check * add doc * use retry_result_code * isinstance() arg 2 must be a type or tuple of types * fix func * add doc