shubhamdipt / passbolt-python-api

An Api for passbolt in python
MIT License
12 stars 15 forks source link

Additional API helpers from wrench (regarding groups, tags, ...) #14

Open drzraf opened 2 years ago

drzraf commented 2 years ago

Wrench Passbolt Python cli provided some helpers than currently available in this project.

Namely:

If wrench were to rely upon passbolt-python-api for low-level operations (which would be nice), it'd be handy if the above helpers were also provided here (eg: get_groups, get_group, get_user, add_tag, ...)