corpusops / bitwardentools

bitwarden python api client and additional tools like for migrating from vaultier to bitwarden (bitwarden_rs)
Other
38 stars 15 forks source link

Code deduplication in the Client class #30

Open i3iorn opened 3 months ago

i3iorn commented 3 months ago

Some code duplication in the Client class when modifying a user. enable-, disable-, and delete user can be reworked to all use an underlying modify_user method.