In the Usage section, both Client constructors pass a dummy account_type value of "by defect common". This is potentially confusing to people who don't realize you meant "default" instead of "defect", such as in #5.
Since "common" fits the vast majority of use cases and is already the default value, I think the account_type parameter should just be removed from the examples.
If you feel like it should remain, please add a note about what the valid parameter values are or at least correct the typo.
In the Usage section, both Client constructors pass a dummy
account_typevalue of "by defect common". This is potentially confusing to people who don't realize you meant "default" instead of "defect", such as in #5.Since "common" fits the vast majority of use cases and is already the default value, I think the
account_typeparameter should just be removed from the examples.If you feel like it should remain, please add a note about what the valid parameter values are or at least correct the typo.