ArangoDB-Community / pyArango

Python Driver for ArangoDB with built-in validation
https://pyarango.readthedocs.io/en/latest/
Apache License 2.0
238 stars 90 forks source link

User get permissions #197

Closed ghislain-bernard closed 3 years ago

ghislain-bernard commented 3 years ago

Proposition of a new method getPermissions in the class user in order to be symmetrical with the method setPermissions.

example :

if not user.getPermissions('database'):
  user.setPermissions('database')
ghislain-bernard commented 3 years ago

Abandonned project? ... I'm switched to python-arango

ghislain-bernard commented 3 years ago

canceled... dead project