v0.4.0
bigcat88
released this
15 Oct 21:39
·
180 commits
to refs/heads/main
since this release
As the project moves closer to beta
, final unification changes are being made.
This release contains some breaking changes in users
, notifications
API.
Added
- Support for users avatars(
get_avatar
). #149 __repr__
method added for most objects(previously it was only present forFsNode
). #147
Changed
users.get_details
renamed toget_user
and returns a class instead of a dictionary. #145- Optional argument
displayname
inusers.create
renamed todisplay_name
. - The
apps.ExAppInfo
class has been rewritten in the same format as all the others. #146 notifications.Notification
class has been rewritten in the same format as all the others.
Fixed
users.get_details
with empty parameter in some cases was raised exception.- ClientMode: in case when LDAP was used as user backend, user login differs from
user id
, and most API failed with 404. #148