codenotary / immudb-py

immudb Python SDK
Apache License 2.0
45 stars 7 forks source link

Feat/change permission #23

Closed mabmayer closed 3 years ago

mabmayer commented 3 years ago

adds support for the changePermission method

SimoneLazzaris commented 3 years ago

Just a minor nitpick: I've always tried to send back to the user an object which is not directly based on a grpc class: usually creating a dataclass to hold the response to the user.

As far as I understand this new method, instead, returns to the caller the message from grpc. I'd prefer to align the behavior of this new method to the "standard".