Releases: cloud-py-api/nc_py_api
Releases · cloud-py-api/nc_py_api
v0.0.40
Added
- Basic APIs for Nextcloud Talk(Part 1)
Changed
require_capabilities
/check_capabilities
can accept value withdot
: likefiles_sharing.api_enabled
and check for sub-values.- Refactored all API(except
Files
) again.
Fixed
options.NPA_NC_CERT
bug, when setting throw.env
file.
v0.0.31
Added
FsNode
can be created from NextcloudUiActionFileInfo
reply.
Fixed
files.find
error when searching by"name"
. Thanks to @CooperGerman
v0.0.30
v0.0.29
v0.0.28
v0.0.27
Added
Notifications API
options
now independent in eachNextcloud
class. They can be specified in kwargs, environment or.env
files.
Changed
- Switched to
hatching
as a build system, now correct install optional dependencies. - Renamed methods, attributes that was
shadowing a Python builtins
. Enabled additionalRuff
linters checks. - Regroup APIs, now Users related stuff starts with
user
, file related stuff withfile
, UI stuff withgui
.
v0.0.26
Added
- More documentation.
Changed
- Reworked
User Status API
,Users Group API
- Reworked return type for
weather_status.get_location
- Reworked
Files API
:mkdir
,upload
,copy
,move
return newFsNode
object - Reworked
listdir
: addeddepth
parameter - Reworked
FsNode
: changedinfo
fromTypedDict
todataclass
, correct fields names with correct descriptions. FsNode
now allows comparison for equality.